mirror of
https://github.com/tulayang/nimnode
synced 2026-01-02 08:24:49 +00:00
No description
| benchmark | ||
| doc | ||
| node | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| config.nims | ||
| LICENSE | ||
| node.nim | ||
| node.nimble | ||
| README.md | ||
| TODO.md | ||
NimNode 
Library for async programming and communication. This Library uses an event-driven, non-blocking I/O model based on libuv. Furthermore, you can use Future async/await in the standard library to construct logical workflow to simplify programming tasks.
NimNode requires libuv library which should have been installed on your operating system. Releases are available as tags in this repository and can be fetched via nimble:
nimble install node
Features
- Asynchronous timers
- Asynchronous TCP, UDP and HTTP streaming interfaces (NON_BLOCKING)
- ...
Konwledge
Examples
Coming soon ...
API Documentation coming soon ...