Skip to content

Instantly share code, notes, and snippets.

@dmitriyzyuzin
Last active November 14, 2020 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitriyzyuzin/d999c258628049fe31045c79eba812c8 to your computer and use it in GitHub Desktop.
Save dmitriyzyuzin/d999c258628049fe31045c79eba812c8 to your computer and use it in GitHub Desktop.
Easy web-servers

Quick servers

Python

user@user-pc:~$ python3 -m http.server 8000
user@user-pc:~$ python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment