https://github.com/daniloqueiroz/no8
https://github.com/daniloqueiroz/no8
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniloqueiroz/no8
- Owner: daniloqueiroz
- License: lgpl-3.0
- Created: 2015-03-27T22:16:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T14:37:50.000Z (over 8 years ago)
- Last Synced: 2025-01-26T07:14:16.018Z (over 1 year ago)
- Language: Java
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://travis-ci.org/daniloqueiroz/no8)
# Using No8
# Development
## Building
## Running Tests