Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 282 Bytes

File metadata and controls

10 lines (5 loc) · 282 Bytes

Socket Programming in C

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.