https://github.com/saghul/libuv-chat
Something something libuv something
https://github.com/saghul/libuv-chat
Last synced: over 1 year ago
JSON representation
Something something libuv something
- Host: GitHub
- URL: https://github.com/saghul/libuv-chat
- Owner: saghul
- License: isc
- Created: 2016-07-29T15:47:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T16:03:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T12:07:33.542Z (over 1 year ago)
- Language: C
- Size: 9.77 KB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A libuv chat application
Sample libuv TCP server: a chat server where every user is assigned a Pokemon name.
A modern version of [libuv-chat](https://github.com/bnoordhuis/libuv-chat) by [@bnoordhuis](https://github.com/bnoordhuis).
With 100% more Pokemon.
## Instructions
# build it
make
# run it
./out/Default/chat-server
#enjoy!