▲ 4 ▼ syntaqx/serve: a static http server anywhere you need one
Created to solve two issues:
1. `python -m SimpleHTTPServer 8080` is far too many characters to remember, plus has no built-in auto complete. `ser[tab]`
2. `http.FileServer()` doesn't feel like I want it to. This makes the functionality a struct, with options, and feels more like a package.
2. `http.FileServer()` doesn't feel like I want it to. This makes the functionality a struct, with options, and feels more like a package.
I hope you guys enjoy!
Register to comment or vote on this story