Ryuuk is a prospective concurrent web-server written in C++. Currently Ryuuk runs only in POSIX compliant environments only.
*nix systems
$ git clone https://github.com/amanchauhan11/ryuuk
$ cd ryuuk
$ mkdir build && cd build
$ cmake ..
$ make -ji # where i = no. of cores you can spare
We made this webserver as part of our college project "Empowering India’s emerging Internet users with Data Compression" under PR101 which aims at identifying and improvising different formats suitable for compression of web data like text, html, images and videos. Through this server we wanted to learn a thing or two about http and multithreading.