Friday, 21 April 2017

Python - running http server


Open cmd -> ctrl+R
=====================================================

$ python -m http.server
Serving HTTP on 0.0.0.0 port 8000 ...


========================================================

 $ python -m http.server 9999


-> accessing on browser   ==>  localhost:9999

=============================================================

No comments:

Post a Comment