https://github.com/daniilty/c-tcp-server
https://github.com/daniilty/c-tcp-server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniilty/c-tcp-server
- Owner: daniilty
- Created: 2021-12-28T14:00:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T14:03:44.000Z (over 4 years ago)
- Last Synced: 2025-01-26T01:20:55.857Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```