Skip to content

Files

Latest commit

Apr 14, 2014
2467350 · Apr 14, 2014

History

History
18 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 449 Bytes

node-http-server

NodeJS Simple HTTP Server

This a simple HTTP server made with nodejs.
I know there's a lot of http server around, and also I should be using some task runner (because that's what cool kids are doing), But I made this one to better understand how nodejs work.

How to use

For now just copy it and run

node server.js

You can also set optional params

node server.js --root ROOT_PATH --port PORT