C++ Web Server from Scratch | Pt. 4: Simple Server 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:
https://github.com/HomoDeusOfficial/hdelibc
Thank you to “Skrew Everything” for showing me how to use sockets in a Medium article:
https://medium.com/from-the-scratch/http-server-what-do-you-need-to-know-to-build-a-simple-http-server-from-scratch-d1ef8945e4fa
by Homo Deus
linux web server