Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rustify-org/chat

Rust构建简易实时聊天系统
https://github.com/rustify-org/chat

Last synced: 8 days ago
JSON representation

Rust构建简易实时聊天系统

Awesome Lists containing this project

README

        

# Rust 构建简易实时聊天系统

# 效果

![alt text](effect.gif)

## 运行方法

```bash
cargo run --package server
cargo run --package client
```