Skip to content

Library for async programming and communication. This Library uses an event-driven, non-blocking I/O model based on libuv.

License

Notifications You must be signed in to change notification settings

tulayang/nimnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NimNode Build Status

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 ...

About

Library for async programming and communication. This Library uses an event-driven, non-blocking I/O model based on libuv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published