daniloqueiroz / no8

GNU Lesser General Public License v3.0
1 stars 0 forks source link

What is is No8?

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.

Build Status

Using No8

Development

Building

Running Tests