Skip to content

vivilenard/webserv

Repository files navigation

Webserv

WebservScreenshot

This webserver can handle GET, POST and DELETE requests. It is inspired by nginx.

Build

It runs on MacOS and ArchLinux.

git clone [email protected]:vivilenard/webserv.git
cd Webserv && make

Type http:localhost:8000 in your favorite browser and you will see our default index page.

To change the port or other customisations, feel free to make changes in the config file.

If you choose to upload something, make sure it's less than 45KB.

Which file types are supported for upload?

All supported types are listed in the config/mime.types file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published