Joined May 2011
·
Achievements
99 Karma
0 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Charity
Fork and commit to someone's open source project in need
Raven
Have at least one original repo where some form of shell script is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Python 3
Have at least three original repos where Python is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Kona
Have at least one original repo where CoffeeScript is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
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. ( =