Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catdad/node--static
simple static file server for any local folder
https://github.com/catdad/node--static
Last synced: 7 days ago
JSON representation
simple static file server for any local folder
- Host: GitHub
- URL: https://github.com/catdad/node--static
- Owner: catdad
- Created: 2014-07-21T01:53:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T02:23:25.000Z (almost 10 years ago)
- Last Synced: 2023-04-10T15:07:25.658Z (over 1 year ago)
- Language: JavaScript
- Size: 3.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node--static
============This is a simple static file server for any local folder. Yes, there are a lot of them. Yes, I wrote another one. No, there are no advantages of this one over any other one. Use it if you want, I don't care.
node app.js /path/to/folder
or, of coursenode app.js c:\path\to\folder
then go to
http://localhost:81
It will server any static file in the root folder, or any child folders, just like you would expect from a web server. Everything will come back gzipped.