Simple static file webserver in node.js
Here is a small script that I use to host a simple static file webserver in node.js. The script either lists the files in the directory, or it will output the requested resource. Save this script as local.js. Running this[…]
Read more