Skip to content

SushiWaUmai/webserver-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserver from Scratch

A simple webserver written from scratch using C.

Note: this library uses POSIX specific libraries such as <unistd.h>. Therefore this project can only be compiled using a unix-like operating systems. It is also possible to compile it on windows using mingw.

Credits

License

This project is licensed under the MIT license