{"id":21434111,"url":"https://github.com/bernardo-mg/reactor-netty-tcp-proxy-example","last_synced_at":"2025-07-14T14:31:17.940Z","repository":{"id":73743608,"uuid":"604981527","full_name":"Bernardo-MG/reactor-netty-tcp-proxy-example","owner":"Bernardo-MG","description":"Example for a TCP proxy with Reactor Netty","archived":false,"fork":false,"pushed_at":"2024-03-28T16:36:30.000Z","size":218,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T15:48:45.693Z","etag":null,"topics":["example","netty","proxy","reactor"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bernardo-MG.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-22T07:31:12.000Z","updated_at":"2024-04-25T12:47:59.826Z","dependencies_parsed_at":null,"dependency_job_id":"51e0b1b9-c038-4593-a81f-7cf1de123ca1","html_url":"https://github.com/Bernardo-MG/reactor-netty-tcp-proxy-example","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.30952380952380953","last_synced_commit":"cfd70d6a7d6e68ea56ddf3652559fe3ef07df7bf"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-proxy-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-proxy-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-proxy-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-proxy-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bernardo-MG","download_url":"https://codeload.github.com/Bernardo-MG/reactor-netty-tcp-proxy-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980898,"owners_count":17554919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","netty","proxy","reactor"],"created_at":"2024-11-22T23:33:23.901Z","updated_at":"2024-11-22T23:33:24.343Z","avatar_url":"https://github.com/Bernardo-MG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reactor Netty TCP Proxy Example\n\nA small Reactor Netty proxy server to serve as an example.\n\nTo use the project first package it:\n\n```\nmvn clean package\n```\n\nThe JAR will be a runnable Java file. It can be executed like this:\n\n```\njava -jar target/proxy.jar start --port=9090 --targetHost=localhost --targetPort=8080\n```\n\nTo show other commands:\n\n```\njava -jar target/proxy.jar -h\n```\n\n## Other Netty examples\n\n### TCP\n\n- [Netty TCP Client Example](https://github.com/Bernardo-MG/netty-tcp-client-example)\n- [Netty TCP Server Example](https://github.com/Bernardo-MG/netty-tcp-server-example)\n- [Netty TCP Proxy Example](https://github.com/Bernardo-MG/netty-tcp-proxy-example)\n\n### TCP Reactive\n\n- [Reactor Netty TCP Client Example](https://github.com/Bernardo-MG/reactor-netty-tcp-client-example)\n- [Reactor Netty TCP Server Example](https://github.com/Bernardo-MG/reactor-netty-tcp-server-example)\n- [Reactor Netty TCP Proxy Example](https://github.com/Bernardo-MG/reactor-netty-tcp-proxy-example)\n\n### HTTP Reactive\n\n- [Reactor Netty HTTP Client Example](https://github.com/Bernardo-MG/reactor-netty-http-client-example)\n- [Reactor Netty HTTP Server Example](https://github.com/Bernardo-MG/reactor-netty-http-server-example)\n\n## Features\n\n- Reactor Netty proxy\n- Command Line Client\n\n## References\n\n- [Netty-Simple-UDP-TCP-server-client](https://github.com/narkhedesam/Netty-Simple-UDP-TCP-server-client)\n\n## Documentation\n\nThe documentation site is actually a Maven site, its sources are included in the project. Can be generated by using the following Maven command:\n\n```\nmvn verify site\n```\n\nThe verify phase is required, otherwise some of the reports won't be built.\n\n## Collaborate\n\nAny kind of help with the project will be well received, and there are two main ways to give such help:\n\n- Reporting errors and asking for extensions through the issues management\n- or forking the repository and extending the project\n\n### Issues management\n\nIssues are managed at the GitHub [project issues tracker][issues], where any Github user may report bugs or ask for new features.\n\n### Getting the code\n\nIf you wish to fork or modify the code, visit the [GitHub project page][scm], where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.\n\n## License\n\nThe project has been released under the [MIT License][license].\n\n[issues]: https://github.com/bernardo-mg/reactor-netty-tcp-proxy-example/issues\n[license]: https://www.opensource.org/licenses/mit-license.php\n[scm]: https://github.com/bernardo-mg/reactor-netty-tcp-proxy-example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-proxy-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-proxy-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-proxy-example/lists"}