Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustify-org/chat
Rust构建简易实时聊天系统
https://github.com/rustify-org/chat
Last synced: 8 days ago
JSON representation
Rust构建简易实时聊天系统
- Host: GitHub
- URL: https://github.com/rustify-org/chat
- Owner: rustify-org
- License: mit
- Created: 2024-07-11T06:34:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T07:02:00.000Z (4 months ago)
- Last Synced: 2024-08-01T13:16:59.599Z (3 months ago)
- Language: Rust
- Size: 263 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust 构建简易实时聊天系统
# 效果
![alt text](effect.gif)
## 运行方法
```bash
cargo run --package server
cargo run --package client
```