A simple httpServer by nodejs. Usage by example: //params ( root, port, cacheTimeOut) require('./simpleNodeHttpServer').createServer('.', 8000, 1000 * 5);