6 ms·
It's like `python3 -m http.server` but in a language that is rarely pre-installed on systems with an external program that has two external dependencies.
by Socketubs 10y ago
It's like `python3 -m http.server` but in a language that is rarely pre-installed on systems with an external program that has two external dependencies.
- WorldMaker 10y agoOr `http-server` from `npm install -g http-server` in a language that frontend developers and increasing numbers of backend developers actually work with. That said, HTTP/2 support might be nice to have in Python's http.server or Node's http-server. Albeit you probably shouldn't use http.server nor http-server for production purposes, so it isn't essential.
- rhardih 10y agoI couldn't fit all that in the title though. :) Joking aside, you are correct. Go shipping pre-installed is a yet to be seen nice-to-have on most systems.