tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

Add Python 3 snippet for a simple HTTP server #396

Open abhishek-nigam opened 2 years ago

abhishek-nigam commented 2 years ago

In Python 3, the SimpleHTTPServer has been merged with http.server module. Reference: https://stackoverflow.com/questions/7943751/what-is-the-python-3-equivalent-of-python-m-simplehttpserver