make your own server in 1 second

1) download python in your system if you already have its great

2) run this command in your terminal "python -m http.server 8080"
if it does not work try this
"python -m SimpleHTTPServer 8080"

3) done now you can access your server from you webbrowser by typing "localhost:port"

you can also access you local host on other devices by typing your current device ip address followed by port no

ex 196.128.1.1:8080

you can also create in mobile devices using termux app

Comments

Popular Posts