adamyi / epoll-chat

A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for details.

About

A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).

License:MIT License


Languages

Language:C 98.7%Language:Starlark 0.6%Language:C++ 0.3%Language:Shell 0.3%Language:Makefile 0.1%