2个版本
0.1.1 | 2021年7月4日 |
---|---|
0.1.0 | 2021年7月4日 |
#98 in #chat
每月 22 下载次数
4KB
57 行
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
屏幕截图
依赖
~0.5–1MB
~20K SLoC