Joined May 2011
·

David Hayes

San Francisco, CA
·
·
·

I prefer using the NodeJS-based "http-server": https://github.com/nodeapps/http-server

It's lightning fast and I've found that the Python simple server can get backed up when serving a lot of files at once, usually requiring multiple page reloads to get around it.

Just do "npm install -g http-server" to install it globally. I've got mine aliased to "serveme" because that's faster to type. ( =

Achievements
99 Karma
0 Total ProTip Views