Simple webserver written in C for Unix-like systems
Important
This server uses header files available exclusively on UNIX-like systems. This project will not work on Windows
- Download the latest version of the server from releases
- Create a public folder and put your website files in it
- Start the server with the command ./server
- Go to 127.0.0.1:2222
- Clone the repository and go to the project folder
- Write in the terminal
sudo apt update
sudo apt install make
make
Copyright (c) Shizuketsu. All rights reserved
Licensed under the MIT license