Last Updated: February 25, 2016
·
756
· cattail

node-static is faster than python simple http server

I use python -m SimpleHttpServer for a long time until I found it really slow.

Accidentally I found node-static, invoke in command line via static -p 8000 . is much faster than python one.