Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcolda/qingliaochatclient
A lightweight chat client (WIP)
https://github.com/hcolda/qingliaochatclient
chat-application client cpp cpp23
Last synced: about 2 months ago
JSON representation
A lightweight chat client (WIP)
- Host: GitHub
- URL: https://github.com/hcolda/qingliaochatclient
- Owner: Hcolda
- License: mit
- Created: 2024-02-16T09:15:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T15:45:14.000Z (5 months ago)
- Last Synced: 2024-11-16T11:07:29.904Z (about 2 months ago)
- Topics: chat-application, 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
![img](./doc/img.png)## 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