You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"readme": "node-http-server\n================\n\nNodeJS Simple HTTP Server\n\nThis a simple HTTP server made with nodejs. \nI 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.\n\n## How to use\n\nFor now just copy it and run \n\n node server.js\n\nYou can also set optional params \n\n node server.js --root ROOT_PATH --port PORT\n\n",
0 commit comments