Skip to content

allenxwang/RxNetty

Repository files navigation

RxNetty

Reactive Extension (Rx) Adaptor for Netty

Getting Started

The best place to start exploring this library is to look at the class [RxNetty] (https://github.com/Netflix/RxNetty/blob/master/src/main/java/io/reactivex/netty/RxNetty.java)

You can also find some common examples of clients and servers created using RxNetty in the [examples directory] (https://github.com/Netflix/RxNetty/tree/master/src/examples)

A very simple HTTP server example can be found [here] (https://github.com/Netflix/RxNetty/blob/master/src/examples/java/io/reactivex/netty/examples/java/HttpWelcomeServer.java) and the corresponding HTTP client is [here] (https://github.com/Netflix/RxNetty/blob/master/src/examples/java/io/reactivex/netty/examples/java/HelloHttpClient.java)