This repository contains a collection of simple C programs that demonstrate the use of sockets.
- A basic understanding of the C programming language.
- A basic understanding of networking concepts.
- Clone the repository.
git clone <this-repo-url>
- Navigate to the project directory.
cd <this-repo-name>
- Compile the source code.
make
- Run the compiled files.
./bin/<project-name>-server
./bin/<project-name>-client