Simple HTTP Server Using Python

sunday-snippet · Jan 23, 2022 · ~1 min
Sunday Snippet #1 simple HTTP server using python
Sunday Snippet #1 simple HTTP server using python

Opening simple HTTP server using python

1
2
3
# python3 -m http.server <port>
$ python3 -m http.server 8080
Serving HTTP on :: port 8080 (http://[::]:8080/) ...
· · ·

Love This Content?

Any kind of supports is greatly appreciated! Kindly support me via Bitcoin, Ko-fi, Trakteer, or just continue to read another content. You can write a response via Webmention and let me know the URL via Telegraph.

Drop Your Comment Below