
上QQ阅读APP看书,第一时间看更新
Eclipse's Vert.x
Vert.x is an Eclipse Foundation project to support an Event-Driven paradigm on the JVM. Reactive support in Vert.x is similar to Ratpack. Vert.x allows us to use either RxJava or Eclipse native implementation of the Reactive Streams API to develop Reactive systems.
The Eclipse Vert.X website can be found at http://vertx.io/.
We can find its source code at https://github.com/eclipse/vert.x.