Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 162 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 162 Bytes

http_server

A dead simple Ruby web server. Serves on port 80. /healthcheck path returns "OK" All other paths return "Well, hello there!"

$ ruby webserver.rb