node

Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.


Keywords
async, io, socket, net, tcp, http, libuv
License
MIT
Install
nimble install node

Documentation

NimNode Build Status

Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv. API Documentation

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

Examples

Coming soon ...