{"id":21434099,"url":"https://github.com/bernardo-mg/reactor-netty-tcp-server-example","last_synced_at":"2026-05-18T01:38:58.060Z","repository":{"id":73743611,"uuid":"602449454","full_name":"Bernardo-MG/reactor-netty-tcp-server-example","owner":"Bernardo-MG","description":"Reactor Netty TCP server example","archived":false,"fork":false,"pushed_at":"2024-05-11T12:03:36.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T22:45:28.468Z","etag":null,"topics":["example","netty","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,"publiccode":null,"codemeta":null}},"created_at":"2023-02-16T08:30:29.000Z","updated_at":"2024-05-11T12:03:04.000Z","dependencies_parsed_at":"2024-05-02T07:57:27.505Z","dependency_job_id":"b1a1f492-f7fa-4eba-8401-ada43fa42213","html_url":"https://github.com/Bernardo-MG/reactor-netty-tcp-server-example","commit_stats":{"total_commits":82,"total_committers":2,"mean_commits":41.0,"dds":"0.18292682926829273","last_synced_commit":"8d423576d075107e048e276cfc9580510a471e86"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Bernardo-MG/reactor-netty-tcp-server-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-server-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-server-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-server-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-server-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-server-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Freactor-netty-tcp-server-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","reactor"],"created_at":"2024-11-22T23:33:16.892Z","updated_at":"2026-05-18T01:38:58.044Z","avatar_url":"https://github.com/Bernardo-MG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reactor Netty TCP Server Example\n\nA small reactive Netty TCP 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/server.jar start --response=Acknowledged --port=8080\n```\n\nTo show other commands:\n\n```\njava -jar target/server.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 TCP server\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-server-example/issues\n[license]: https://www.opensource.org/licenses/mit-license.php\n[scm]: https://github.com/bernardo-mg/reactor-netty-tcp-server-example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-server-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-server-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Freactor-netty-tcp-server-example/lists"}