https://github.com/aureleoules/chatclientcpp
⌨ c++ chat client
https://github.com/aureleoules/chatclientcpp
chat cpp qt tcp
Last synced: 12 days ago
JSON representation
⌨ c++ chat client
- Host: GitHub
- URL: https://github.com/aureleoules/chatclientcpp
- Owner: aureleoules
- Created: 2017-09-16T12:33:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T12:39:30.000Z (over 8 years ago)
- Last Synced: 2025-03-06T03:45:47.702Z (about 1 year ago)
- Topics: chat, cpp, qt, tcp
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatClient
This is a TCP Chat Client made in C++ and Qt.
This client comes with a TCP Chat Server: [here](https://github.com/aureleoules/ChatServerCPP).