Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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