A demonstration of how simple it is to create a local server in Node.
This barebones example is here to help you understand how you could serve a simple static directory as a local site.
node .
This demonstration attempts to use as few dependencies as possible.
- mime-types is used to serve the correct mime-type and charset for any file.