Warning: this project is currently unmaintained!
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).
Please email michal@zielinscy.org.pl.
reactor.nim works on Linux and Mac OSX. Windows support should be trivial to add - see #3.