Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamyi/epoll-chat
A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
https://github.com/adamyi/epoll-chat
epoll epoll-tcp-server p2p p2p-chat socket-programming
Last synced: 1 day ago
JSON representation
A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
- Host: GitHub
- URL: https://github.com/adamyi/epoll-chat
- Owner: adamyi
- License: mit
- Created: 2019-11-06T07:40:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T10:24:47.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:05:48.942Z (3 months ago)
- Topics: epoll, epoll-tcp-server, p2p, p2p-chat, socket-programming
- Language: C
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instant Messaging
An Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
It also uses my own implementation of Protobuf.
## Design Doc
https://adamy.io/cs3331-im## License
Open-sourced under MIT License. See [LICENSE](LICENSE) for details.