Skip to content

Webserv is an HTTP/1.1 server whose goal is to mimic the behaviour of nginx for basic use cases: serving static files, handling different virtual hosts and delegating some routes to CGI programs. The server reads a configuration file (similar to nginx), opens the required sockets, then enters an event loop to handle many connections concurrently.

Notifications You must be signed in to change notification settings

AlexandreC93/webserv

About

Webserv is an HTTP/1.1 server whose goal is to mimic the behaviour of nginx for basic use cases: serving static files, handling different virtual hosts and delegating some routes to CGI programs. The server reads a configuration file (similar to nginx), opens the required sockets, then enters an event loop to handle many connections concurrently.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published