walkyd12 / NetworkSystemsPA2

A simple and reliable web server that handles multiple connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple and reliable web server that handles multiple connections


Languages

Language:JavaScript 61.7%Language:CSS 18.7%Language:C 14.0%Language:HTML 5.5%Language:Makefile 0.1%