sdeleuze / rxweb

Reactor + Netty based micro web framework prototype
Apache License 2.0
4 stars 2 forks source link

Implementation notes

This is a prototype of a Web Framework based on a Reactor 2.0 core with both Netty and Servlet 3.1 (TODO) engines. A Reactive Streams SPI is exposed (see ServerTests.java) and both Reactor 2.0 (see ReactorServerTests.java) and RxJava 1.0 (see RxJavaServerTests.java) API are provided.