Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
A simple chat messaging client-server software written in Python and C++
- Host: GitHub
- URL: https://github.com/stasel/messageu
- Owner: stasel
- Created: 2023-06-07T22:30:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T22:38:02.000Z (over 1 year ago)
- Last Synced: 2024-10-27T00:04:50.503Z (3 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.