Skip to content

Very simple HTTP Server created for part of my networking course.

Notifications You must be signed in to change notification settings

jamirvin/SimpleServer

Repository files navigation

Simple Server

Description:

Simple server I made to learn more about computer networking and HTTP
requests. Used example code from Computer Networking: A Top Down Approach
by Kurose and Ross. 

Build instructions:

Run the included makefile which builds with g++ using C++11.
> make

Useage:

./SimpleServer <Port Number> <Document Directory>

About

Very simple HTTP Server created for part of my networking course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published