We’ve all heard of Web Servers. Many frameworks and libraries we use abstract us from the inner-workings, allowing us to build complex applications at a higher-level. This is a good thing, but sometimes it helps to start from the building blocks. Here, we’re building a very simple web server using…