Debra
A simple quic server allowing clients to communicate between each other
Install / Use
/learn @era/DebraREADME
Debra: A simple chat demo application using QUIC
Overview
Debra is a simple chat demo application that utilizes the QUIC protocol through the quinn (Dexter fans, did you see what I did here? :P) library in Rust. It allows multiple clients to connect to a server and send messages to each other in real-time.
It uses flatbuffers (so we can use zero-copy on the server) for the communication between clients.
To run the server:
RUST_LOG=info cargo run --bin server
To run the clients you must specify the client id:
cargo run --bin client -- --client-id 2
After that you enter the id of the client you want to send a message, press enter. Write the message and press enter, done!
I describe this as a "chat application", but the main idea is that you can have multiple clients, sending messages to each other through the server. This could be used to for different reasons.
References
- QUIC - The protocol that powers this chat application.
- FlatBuffers - For efficient serialization of messages.
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
