Hacker News new | past | comments | ask | show | jobs | submit login

To simply start an arbitrary HTTP server to serve up files in a directory I use python's SimpleHTTPServer. This works on most Linux and Mac boxes as they package python along with the distribution or the OS.

python -m SimpleHTTPServer

This serves the files off the current folder under port 8000.




Something similar for Node.js: https://github.com/balupton/simple-server




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: