An open API service indexing awesome lists of open source software.

https://github.com/hcolda/qingliaochatclient

A lightweight chat software client (WIP)
https://github.com/hcolda/qingliaochatclient

chat chat-app chat-application chatapp chatroom client cpp cpp23

Last synced: about 1 year ago
JSON representation

A lightweight chat software client (WIP)

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