Skip to content

gauravtak/http-server-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This is a simple http web server in C

Tutorial
http made easy

Compile the server: gcc -o myserver myserver.c
Run the server: ./myserver
Open browser go to http://localhost:8080 to see the result

Note: If you want to check all warnings
gcc -Wall myserver.c -o myserver

About

This a simple http server in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages