https://github.com/xray2016/talkroom
https://github.com/xray2016/talkroom
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xray2016/talkroom
- Owner: xRay2016
- Created: 2021-08-23T13:25:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T13:36:03.000Z (over 4 years ago)
- Last Synced: 2024-06-21T08:42:45.376Z (almost 2 years ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TalkRoom
利用epoll实现的聊天室demo。
```bash
cd build
cmake ..
make
./server IP port
./client IP port
```