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++
- Host: GitHub
- URL: https://github.com/stasel/messageu
- Owner: stasel
- Created: 2023-06-07T22:30:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T22:38:02.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T17:48:54.697Z (about 1 year 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.