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

https://github.com/xray2016/talkroom


https://github.com/xray2016/talkroom

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TalkRoom
利用epoll实现的聊天室demo。

```bash
cd build
cmake ..
make
./server IP port
./client IP port
```