Ryuuk is a concurrent web-server written in C++.
Currently Ryuuk runs only in POSIX compliant environments only.
nix systems
$ 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 ?
The socket is currently not portable with windows. Contributions welcome.
- Becuase why not ?
- The original authors wanted to know a thing or two about sockets & HTTP
* Basic HTTP 1.1 GET requests
* A Functional web server
- Most of HTTP/1.1
- World domination
For a more detailed keikaku, please see the TODO