You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a learning playground for socket programming in C.
It focuses on understanding how client–server communication works at the OS level using POSIX sockets.
The goal is conceptual clarity not frameworks or libraries.
About
Socket Programming examples to implement Simple Networking Concepts