An open API service indexing awesome lists of open source software.

https://github.com/daniloqueiroz/no8


https://github.com/daniloqueiroz/no8

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://travis-ci.org/daniloqueiroz/no8.svg?branch=master)](https://travis-ci.org/daniloqueiroz/no8)

# Using No8

# Development

## Building

## Running Tests