0.0.3 • Published 10 years ago

xstatic v0.0.3

Weekly downloads
5
License
-
Repository
-
Last release
10 years ago

#Xstatic

Xstatic is a minimal static file server for node.js. Basically, it's to be used when you need to get something simple up and running to serve http content.

##Install

If you use npm, then install static via npm. also remember to put it as a dependency in your package.json file.

npm install xstatic

If you don't use npm, you can just grab the static.js and copy it to your project locally.

##Examples

For use in a simple http server:

var http = require('http');
var xstatic = require('xstatic');

http.createServer(xstatic()).listen(1337);
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago