webserv is a 42 project which aims to implement a http/1.1 server
This server is UNIX & LINUX compliant.
git clone https://github.com/Jibus22/webserv.git webserv && cd webserv && make
./webserv CONFIGFILE
This webserv is implemented with kqueue()
for unix and epoll()
for linux.
Please check the wiki of the project here