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

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

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!