jamirvin/SimpleServer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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>