reactor

Asynchronous networking engine for Nim


Keywords
async, libuv, http, tcp
License
MIT
Install
nimble install reactor

Documentation

reactor.nim

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

There is Emscripten/WebAssembly port planned.

You can discuss reactor.nim on Freenode #reactor.nim.

FAQ

Where is the documentation?

It's here: https://networkos.net/nim/reactor.nim/doc/

How do I report security bugs?

Please email michal@zielinscy.org.pl.

Which platforms are supported?

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