Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 365 Bytes

File metadata and controls

3 lines (3 loc) · 365 Bytes

A simple, no dependency static file server that runs on NodeJS.
Start via node staticFileServer.js and point your browser to http://localhost:8080/path/to/yourFile.ext.
Create a custom config.js file and start the server via node staticFileServer.js path/to/your/config.js to overwrite the default config values from config.sample.js.