Home > python > Python web server on localhost

Python web server on localhost

python2 -m SimpleHTTPServer

Tip from here.

Python 3

python3 -m http.server

Update (20170914)
If you want to share a file with several people, use Node.js. The Python web server (as seen above) is single threaded, while Node.js works in async mode. Read more here.

Categories: python Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment

Design a site like this with WordPress.com
Get started