Hacker News new | ask | show | jobs
by ASalazarMX 1692 days ago
Great, now I can finally ditch

    python -m http.server 8000
1 comments

Exactly, I am pretty sure there is an equivalent in all the major languages except C/C++.

go http.ListenAndServe(":8000", nil)