- Get link
- X
- Other Apps
Tech Easy Solutions
Requirements: python3 version
$ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)
now your http server started to check on local http://0.0.0.0:8000
you also can access using of your private ip or local ip replace with 0.0.0.0
For python2
Requirements: python3 version
$ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)
now your http server started to check on local http://0.0.0.0:8000
you also can access using of your private ip or local ip replace with 0.0.0.0
For python2
python -m SimpleHTTPServer
Comments
Post a Comment