Skip to content

Simple server handling HTTP GET requests written in C for Computer Networks course

Notifications You must be signed in to change notification settings

wekt0r/web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserver handling basic HTTP GET requests.

Usage:

$ ./server <port> <directory>

e.g.

$ ./server 8888 webpages

Note: If we want to access a site with path webpages/name_of_website/index.html, there should be an entry in /etc/hosts file of form

...
127.0.0.1	name_of_website
...

so that we can access it with http://name_of_website:8888/index.html

About

Simple server handling HTTP GET requests written in C for Computer Networks course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published