Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hcolda/qingliaochatserver

A lightweight chat software server (WIP)
https://github.com/hcolda/qingliaochatserver

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

Last synced: 5 days ago
JSON representation

A lightweight chat software server (WIP)

Awesome Lists containing this project

README

        

[简体中文](./doc/cn/README_CN.md)
# QingLiao Chat Server
This is a lightweight chat server.
If you want the client, see [QingLiaoChatClient](https://github.com/Hcolda/QingLiaoChatClient)

## 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.3)
- [ ] Manager (Database manager yet)
- [x] User
- [x] Room (private room and group room)
- [x] SQL database connection
- [ ] Voice chat
- [ ] File transport
- [ ] Permission
- [ ] Chat bot library

## Documents
- [FormatForDataPackage.md](./doc/FormatForDataPackage.md)