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

https://github.com/daniilty/c-tcp-server


https://github.com/daniilty/c-tcp-server

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## This is only educational project, nothing more.

## Usage:
```bash
$ make build && ./server -p 8080
```
```c
tcp server started on: [:8080]
got message from client: f you
```