RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. It extends the observer pattern to support ...
Irked is a very opinionated framework for configuring Vert.x-web routing and call dispatch. It allows you to write your REST API code without writing routing boiler plate by leveraging annotations, ...