/NetworkSystemsPA2

A simple and reliable web server that handles multiple connections

Primary LanguageJavaScript

NetworkSystemsPA2

A simple and reliable web server that handles multiple connections.

To build the web server, run the make file found in the /www directory.

To run the web server, type

	./webserver <port>

where port is the port you will be listening for connections on.

To test the server, run

	./webserver 8888

and access http://127.0.0.1:8888/index.html