-
Notifications
You must be signed in to change notification settings - Fork 0
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.
AlexandreC93/webserv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published