Forked from tombu/Simple HTTP server in Ruby and Python
Last active
December 26, 2016 19:21
-
-
Save dvliman/7f8907cbf12f766e8a1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simple Ruby Server: | |
# ruby -run -e httpd -- -p 5000 . | |
Simple Python Server: | |
# python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment