TPTanishq Patelinfun-code.hashnode.dev·14h ago · 10 min readBuilding a C++ HTTP Server from Scratch (Part 1): Setting Up TCP SocketsIntroduction 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 - 00