Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 course

node 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.