Skip to content

A simple HTTP server to serve files from a specific directory

Notifications You must be signed in to change notification settings

andythecoderman/NodeJS-Simple-Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A simple webserver

This is a simple webserver written in Javascript for NodeJS.
It will serve any files in the document root specified on start-up and only there.

Usage: sudo node main.js <documentroot>

Todo

  • Update to NodeJS 0.4.0 - Done, works with 0.5.0-pre as of (February 28th 2011)
  • Implement optional directory listing
  • Add a config file

About

A simple HTTP server to serve files from a specific directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published