All Projects → isaacs → Simple Node Server

isaacs / Simple Node Server

A simple fast node http server toolkit.

Programming Languages

javascript
184084 projects - #8 most used programming language

simple-node-server

A simple fast node http server. More a toolkit than a platform.

Goals

  • easy to do common things.
  • possible to do uncommon things.
  • small enough to rewrite easily

So far

  • File Serving
  • Auto indexing
  • Directory indexing
  • ejs parser
  • a crappy router

Up Next

  • Configurable logging statements (dumping everything now, it's perty noisy)
  • Custom error pages
  • More eventedness/AOP/etc. A way for plugins to alter the behavior of the server, without necessarily being one of the actions in the chain
  • some scripts to wrap up the core server, and do stuff like start, stop, point &2 at a log file, etc.
  • a non-crappy url-to-function router
  • testing
  • Documentation!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].