Just Serves files from the current directory and below, directly mapping the directory structure to HTTP requests.
// go to the directory which you want to serves files
$ node simplehttp
Open your browser with http://yourip:8000/
serves files from the current directory and below, directly mapping the directory structure to HTTP requests.
JavaScript
Just Serves files from the current directory and below, directly mapping the directory structure to HTTP requests.
// go to the directory which you want to serves files
$ node simplehttp
Open your browser with http://yourip:8000/