Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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.