An open API service indexing awesome lists of open source software.

https://github.com/hello2mao/tcp-server-client-demo

TCP Server-Client implementation in C
https://github.com/hello2mao/tcp-server-client-demo

Last synced: about 2 months ago
JSON representation

TCP Server-Client implementation in C

Awesome Lists containing this project

README

          

# TCP-Server-Client-Demo

TCP Server-Client implementation in C

![](images/socker-cs.png)

## Usage

### Build
```bash
mkdir -p build
cd build
cmake ..
make
```

### Run
server:
```bash
./server
```
client:
```bash
./client
```