Skip to content

[ ⚠️ IN PROGRESS ] 🌐 HTTP/1.1 Protocol compliant and resilient server, based on nginx.

Notifications You must be signed in to change notification settings

hheghine/Webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


HTTP/1.1 Protocol compliant and resilient server, based on nginx.


          :::      ::::::::       The goal of the project is to build a C++98 compatible
        :+:      :+:    :+:       HTTP web server from scratch. The web server can handle
      +:+ +:+         +:+         HTTP GET, POST, and DELETE Requests, and can serve
    +#+  +:+       +#+            static files from a specified root directory or
  +#+#+#+#+#+   +#+               dynamic content using CGI. It is also able to handle
       #+#    #+#                 multiple client connections concurrently with the help
      ###   ########.fr           of select().

                                  June 2024

Note

The important thing is resilience. The server should never die.

About

[ ⚠️ IN PROGRESS ] 🌐 HTTP/1.1 Protocol compliant and resilient server, based on nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published