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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?