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

https://github.com/stasel/messageu

A simple chat messaging client-server software written in Python and C++
https://github.com/stasel/messageu

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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