I've found myself having do some socket programming in the linux kernel. (yes, yes, I know: have I thought about user space? Yes, that's where I've prototyped my code. This is a research project that ...
A real-time terminal-based chat application built using C++ and Socket Programming for both Linux-based server and client communication. 📝 Note: Both server and client must run on the same machine or ...
This is a single-threaded HTTP web server built entirely from scratch using C++ and low-level Linux socket programming. It handles raw HTTP requests, parses them manually, and responds with HTML or ...