wblucca / cs4404-mission2

Mission 2 for CS4404-B01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs4404-mission2

Mission 2 for CS4404-B01

Running the Server

Simply run "server.js" using Node and pass the webpage you would like to use as an argument. Because the server listens on port 80 (which is reserved for HTTP communications) you must run the program with root permissions.

e.g. sudo nodejs server.js bombast.html

About

Mission 2 for CS4404-B01


Languages

Language:JavaScript 45.8%Language:HTML 27.2%Language:Python 26.9%