Skip to content

amanchauhan11/ryuuk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryuuk

Ryuuk is a prospective concurrent web-server written in C++. Currently Ryuuk runs only in POSIX compliant environments only.

Building

*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

Why

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.

References

About

Ryuuk is a prospective mult-threaded web server using C++11 and BSD sockets.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 93.8%
  • CMake 3.6%
  • Shell 2.6%