Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 424 Bytes

File metadata and controls

8 lines (7 loc) · 424 Bytes

node-http-server

A simple web server built with node/express and support for script urls (*.sss)

Features:

  • URLs served with .sss extension run a script and serve the result
  • Maintains 'require' compatibility so scripts can be as familiar as possible
  • Automatically restarts itself without using 'forever' or similar module
  • Based on 'express' and 'compression' npm packages for competitive performance to apache