Web server program like nginx.
Language: C++, Go(test)
Feature: I/O Multiplexing. CGI. GET, POST, and DELETE methods.
$ cd [this repository]
$ make
$ ./webserv [config file]
An example of configuration files are located in conf directory.
Access with a web browser or send a request with curl.
Example.