A simple static file HTTP server for node.js useful for quickly serving files.
$ git clone git://github.com/execjosh/up.js.git
$ cd up.js
$ sudo npm linkup [OPTIONS]
--addr=[HOST][:PORT] The host and/or port on which to listen (default: 0.0.0.0:1337)
--root=PATH The directory from which to serve files (default: current working directory)
--version Display the version and exit
{
".coffee": "text/coffeescript"
, ".css": "text/css"
, ".html": "text/html"
, ".js": "application/javascript"
, ".json": "application/json"
, ".txt": "text/plain"
}