RxNetty

Reactive Extension (Rx) Adaptor for Netty

  • 所有者: ReactiveX/RxNetty
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Project Status

2018-02-014

  • 1.0.x will be the RxNetty-2 update. It is currently pending an RFC for API changes.
  • 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.
  • 0.4.x is now considered legancy and will only have critical patches applied.

Branch Status

This is the current branch for RxNetty and is now API stable.

Motivations

Motivations and detailed status of the breaking changes in 0.5.x can be found here
RxNetty

Download

Average time to resolve an issue
Percentage of issues still open

Reactive Extension (Rx) Adaptor for Netty

Getting Started

The best place to start exploring this library is to look at the examples for some common usecases addressed by RxNetty.

A very simple HTTP server example can be found here
and the corresponding HTTP client is here

Binaries

Binaries 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).

Example for Maven:

<dependency>
    <groupId>io.reactivex</groupId>
    <artifactId>rxnetty-http</artifactId>
    <version>x.y.z</version>
</dependency>

and for Ivy:

<dependency org="io.reactivex" name="rxnetty-http" rev="x.y.z" />

and for Gradle:

implementation 'io.reactivex:rxnetty-http:x.y.z'
Unintentional release artifacts

There 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

Build

To build:

$ git clone https://github.com/ReactiveX/RxNetty.git -b 0.5.x
$ cd RxNetty/
$ ./gradlew build

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

LICENSE

Copyright 2014 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

主要指标

概览
名称与所有者ReactiveX/RxNetty
主编程语言Java
编程语言Java (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2013-11-14 16:52:06
推送于2022-01-05 08:58:30
最后一次提交
发布数102
最新版本名称0.5.3 (发布于 )
第一版名称rxjava-0.6.2 (发布于 2013-04-03 20:41:35)
用户参与
星数1.4k
关注者数161
派生数255
提交数0.9k
已启用问题?
问题数337
打开的问题数84
拉请求数246
打开的拉请求数0
关闭的拉请求数33
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?