{"id":15025894,"url":"https://github.com/reactivex/rxnetty","last_synced_at":"2025-05-14T05:10:32.928Z","repository":{"id":38360643,"uuid":"14401179","full_name":"ReactiveX/RxNetty","owner":"ReactiveX","description":"Reactive Extension (Rx) Adaptor for Netty","archived":false,"fork":false,"pushed_at":"2022-01-05T08:58:30.000Z","size":6905,"stargazers_count":1379,"open_issues_count":84,"forks_count":256,"subscribers_count":161,"default_branch":"0.5.x","last_synced_at":"2025-04-11T00:02:16.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReactiveX.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-14T16:52:06.000Z","updated_at":"2025-03-18T05:31:45.000Z","dependencies_parsed_at":"2022-08-09T03:15:25.532Z","dependency_job_id":null,"html_url":"https://github.com/ReactiveX/RxNetty","commit_stats":null,"previous_names":["netflix/rxnetty"],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxNetty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxNetty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxNetty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxNetty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReactiveX","download_url":"https://codeload.github.com/ReactiveX/RxNetty/tar.gz/refs/heads/0.5.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"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":[],"created_at":"2024-09-24T20:03:16.693Z","updated_at":"2025-05-14T05:10:32.901Z","avatar_url":"https://github.com/ReactiveX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Project Status\n=======\n\n**2018-02-014** \n* `1.0.x` will be the RxNetty-2 update. It is currently pending an RFC for API changes.\n* `0.5.x` is the current release branch. This is no longer under active development but will have major patches applied and will accept pull requests.\n* `0.4.x` is now considered legancy and will only have critical patches applied.\n\nBranch Status\n=======\n\nThis is the current branch for RxNetty and is now API stable.\n\nMotivations\n======\n\nMotivations and detailed status of the breaking changes in 0.5.x can be found [here](https://github.com/ReactiveX/RxNetty/wiki/0.5.x-FAQs)\nRxNetty\n=======\n[ ![Download](https://api.bintray.com/packages/reactivex/RxJava/RxNetty/images/download.svg) ](https://bintray.com/reactivex/RxJava/RxNetty/_latestVersion)\n\u003ca href='https://travis-ci.org/ReactiveX/RxNetty/builds'\u003e\u003cimg src='https://travis-ci.org/ReactiveX/RxNetty.svg?branch=0.5.x'\u003e\u003c/a\u003e\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/Netflix/Hystrix.svg)](http://isitmaintained.com/project/Reactivex/RxNetty \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/Netflix/Hystrix.svg)](http://isitmaintained.com/project/Reactivex/RxNetty \"Percentage of issues still open\")\n\nReactive Extension (Rx) Adaptor for Netty\n\nGetting Started\n==========\n\nThe best place to start exploring this library is to look at the [examples](rxnetty-examples) for some common usecases addressed by RxNetty.\n\nA very simple HTTP server example can be found [here](rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldServer.java)\nand the corresponding HTTP client is [here](rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldClient.java)\n\n## Binaries\n\nBinaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search|ga|1|io.reactivex.rxnetty).\n\nExample for Maven:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.reactivex\u003c/groupId\u003e\n    \u003cartifactId\u003erxnetty-http\u003c/artifactId\u003e\n    \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\nand for Ivy:\n\n```xml\n\u003cdependency org=\"io.reactivex\" name=\"rxnetty-http\" rev=\"x.y.z\" /\u003e\n```\nand for Gradle:\n\n```groovy\nimplementation 'io.reactivex:rxnetty-http:x.y.z'\n```\n###### Unintentional release artifacts\n\nThere are two artifacts in maven central 0.5.0 and 0.5.1 which were unintentionally released from 0.4.x branch. Do not use them. [More details here](https://github.com/ReactiveX/RxNetty/issues/439)\n\n## Build\n\nTo build:\n\n```\n$ git clone https://github.com/ReactiveX/RxNetty.git -b 0.5.x\n$ cd RxNetty/\n$ ./gradlew build\n```\n\n\n## Bugs and Feedback\n\nFor bugs, questions and discussions please use the [Github Issues](https://github.com/ReactiveX/RxNetty/issues).\n\n\n## LICENSE\n\nCopyright 2014 Netflix, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivex%2Frxnetty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactivex%2Frxnetty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivex%2Frxnetty/lists"}