static-nodejs-server
Description
This is a simple server that just serves whatever is requested back to the requester.
Should send the files back with the correct mime-type, but if the type isn't specified in the list, it will return it as application/octet-stream
Usage
- Install nodeJS
- From your web directory, run
node ../_path-to-static-nodejs-server_/server.js