https://github.com/kurotych/libuv-echo-server
TCP and UDP echo server
https://github.com/kurotych/libuv-echo-server
echo libuv server tcp udp uv
Last synced: about 1 year ago
JSON representation
TCP and UDP echo server
- Host: GitHub
- URL: https://github.com/kurotych/libuv-echo-server
- Owner: kurotych
- License: mit
- Created: 2019-05-11T20:05:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T10:52:21.000Z (about 7 years ago)
- Last Synced: 2025-03-28T20:11:40.822Z (about 1 year ago)
- Topics: echo, libuv, server, tcp, udp, uv
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libuv-echo-server
[](https://travis-ci.org/armatusmiles/libuv-echo-server)
Tested with valgrind and flood udp script. Memory leaks are not detected
## Build & Run
```
mkdir build && cd build
cmake ../
make
./echo_server
```
By default listening ports:
- TCP 8888
- UDP 9999
> libuv version: 1.22.0