Ryuuk

- sfml c++ networking

Ryuuk is a concurrent web-server written in C++.

Currently Ryuuk runs only in POSIX compliant environments only.

Building

GitHub

nix

$ git clone https://github.com/amhndu/ryuuk
$ cd ryuuk
$ mkdir build && cd build
$ cmake ..
$ make -ji # where i = no. of cores you can spare

Windows
Who uses windows anyway ?
Currently not portable with windows. Contributions welcome.

Why

Keikaku

Short term

* Basic HTTP 1.1 GET requests
* A Functional web server

Long term

For a more detailed keikaku, please see the TODO

References