agical / friendsunhosted

FRIENDS#UNHOSTED - Own your network!
http://friendsunhosted.com/
Other
13 stars 2 forks source link

use node http-server #48

Closed johlrogge closed 11 years ago

johlrogge commented 11 years ago

On most systems SimpleHttpServer for python is installed. Not on arch unless you chose too. That is easy to fix but wouldn't it make more sense to use node http-server?

npm install -g http-server

http-server -p 8000

It can probably be embedded in the tests if needed. I thought since you need node to run the tests anyway we can remove a dependency to python...

brolund commented 11 years ago

+1 of course.

brolund commented 11 years ago

Pushed to develop. Run npm install in the root to install it. Test runs nicely. Closing this.