Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.04 KB

reactor.nim

Warning: this project is currently unmaintained!

Build Status

reactor.nim is an asynchronous networking engine for Nim. It's based on libuv and provides future-based API. For more, see documentation.

reactor.nim doesn't use asynchronous mechanisms from asyncdispatch stdlib module and instead provides its own. They are arguably richer and more performant. The API is inspired by Dart and Midori OS (in particular by this article).

FAQ

Where is the documentation?

How do I report security bugs?

Please email [email protected].

Which platforms are supported?

reactor.nim works on Linux and Mac OSX. Windows support should be trivial to add - see #3.