/libreactor

Extendable event driven high performance C-abstractions

Primary LanguageCMIT LicenseMIT

libreactor v2.0.0

https://coveralls.io/repos/github/fredrikwidlund/libreactor/badge.svg?branch=master

Try it out

The following will build a portable static web server hello (~60kB)

git clone https://github.com/fredrikwidlund/libreactor.git
cd libreactor/
./autogen.sh
./configure
make hello

Run it

./hello

In another shell try

wrk http://localhost