No8 is a Java 8 Framework that makes the development of non-blocking/asynchronous applications easy.
The framework uses eventloop concept to handle all the async computations, encapsulating all the complexity of using Threads, Executors and so on.
No8 is under LGPL.