Y
Hacker News
new
|
ask
|
show
|
jobs
by
ASalazarMX
1692 days ago
Great, now I can finally ditch
python -m http.server 8000
1 comments
0xFFFE
1692 days ago
Exactly, I am pretty sure there is an equivalent in all the major languages except C/C++.
go http.ListenAndServe(":8000", nil)
link
go http.ListenAndServe(":8000", nil)