Building a Simple Web Server with Ruby 2.0+ (Part 2)
In a previous post, a very simple Ruby server was created to listen to HTTP requests. While great for a first step, this example server does nothing more than respond with “Hello World”. Greetings are nice and polite, but I think we can do better.
Post a comment