https://github.com/hcolda/qchatclient
A lightweight chat software client (WIP)
https://github.com/hcolda/qchatclient
chat chat-app chat-application chatapp chatroom client cpp cpp23
Last synced: about 1 year ago
JSON representation
A lightweight chat software client (WIP)
- Host: GitHub
- URL: https://github.com/hcolda/qchatclient
- Owner: Hcolda
- License: gpl-3.0
- Created: 2024-02-16T09:15:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T05:47:03.000Z (about 1 year ago)
- Last Synced: 2025-03-23T06:27:28.546Z (about 1 year ago)
- Topics: chat, chat-app, chat-application, chatapp, chatroom, client, cpp, cpp23
- Language: C++
- Homepage:
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QingLiaoChatClient
This is a chat client.
If you want the server, see [QingLiaoChatServer](https://github.com/Hcolda/QingLiaoChatServer)
## Current Progress

## Build
### Essential tools
1. [vcpkg](https://github.com/microsoft/vcpkg)
### Build with cmake
```cmd
cmake -S . -B build
cmake --build build --config Release
```
## TODO
- [x] Network (with TLS-1.2)
- [x] Login and register
- [ ] Add friends and groups
- [ ] Room (private room and group room)
- [ ] Voice chat
- [ ] File transport