C++ Web Server from Scratch | Part 1: Creating a Socket Object
An open source, modular web server that will allow you to create a website that can be customized to your needs.
This series documents the process of developing a web server from scratch using the C language. The server is designed to be constituted by small units that can be combined to create a web server of any scale. The code for this project is released as part of the Homo Deus C Library (hdelibc), which will include this and other similar projects, algorithms, and data structures.
You can view and download the code from the Homo Deus GitHub repository:
Thank you to “Skrew Everything“ for showing me how to use sockets in a Medium article: