Building a C++ HTTP Server from Scratch (Part 1): Setting Up TCP Sockets
Introduction
In this series I will be going through how to build an HTTP Server from scratch in C++ using POSIX APIs, and actually have it serve a web page which has CRUD operations to your browser -
fun-code.hashnode.dev10 min read