2 个版本
0.1.1 | 2021年7月4日 |
---|---|
0.1.0 | 2021年7月4日 |
#155 在 #chat
10KB
212 行
chatui
简单的聊天应用程序。
运行此应用程序需要 chatui_server
和 chatui_client
。
安装
使用 cargo
cargo intall chatui_server chatui_client
使用可执行文件 chatui_server
运行服务器,使用可执行文件 chatui_client
运行客户端。
不使用 cargo
克隆项目
git clone https://github.com/grvxs/chatui.git
移动到项目目录
cd chatui
运行服务器(Rust)
cargo run --release --bin chatui_server
运行服务器(Node.js)
cd chatui_server_node
node index.js
运行客户端
cargo run --release --bin chatui_client
屏幕截图
依赖项
~3.5–4.5MB
~78K SLoC