Skip to content

uscacm/minimalistic-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimalistic-web-server

Basic http web-server for students learning about writing servers.

Compile: gcc server.c -lpthread Run : ./a.out

How to test it

Open the browser and enter the url: http://127.0.0.1:3006/index.html

About

Basic http web-server for students learning about writing servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published