Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 205 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 205 Bytes

MessageU

A simple chat messaging client-server software written in Python and C++.

The implementation uses a custom protocol over TCP. The client is written in C++ and the server is written in Python.