Skip to content

shizuketsu/UnixWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge Static Badge Static Badge

UnixWebServer

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

How to use it?

  1. Download the latest version of the server from releases
  2. Create a public folder and put your website files in it
  3. Start the server with the command ./server
  4. Go to 127.0.0.1:2222

Compiling

  1. Clone the repository and go to the project folder
  2. Write in the terminal
sudo apt update
sudo apt install make
make

License

Copyright (c) Shizuketsu. All rights reserved

Licensed under the MIT license

About

Simple webserver written in C for Unix-like systems

Resources

License

Stars

Watchers

Forks

Contributors

Languages