Articles in this series
This series guide covers the very basics of Web and the building blocks of a Web server. If you have ever wondered on how a Web server works and have...
In the previous article, we learned the very basics of networking and how to write a simple TCP server in Ruby. Here, we'll see a simple...
Now that we have an HTTP server sending plain text content, it's time to enhance the server so it can respond in a more appropriate content type for...