Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndersonFirmino/1533119aee8d692ab86169e8a6eec202 to your computer and use it in GitHub Desktop.
Save AndersonFirmino/1533119aee8d692ab86169e8a6eec202 to your computer and use it in GitHub Desktop.
Simple Ruby Server:
# ruby -run -e httpd -- -p 5000 .
Simple Python 2 Server:
# python -m SimpleHTTPServer
Simple Python 3 Server:
# python -m http.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment