| Crates.io | chatui_client |
| lib.rs | chatui_client |
| version | 0.1.1 |
| created_at | 2021-07-04 13:13:11.433091+00 |
| updated_at | 2021-07-04 13:38:04.197539+00 |
| description | Client for chatui. |
| homepage | |
| repository | https://github.com/grvxs/chatui |
| max_upload_size | |
| id | 418575 |
| size | 16,205 |
Simple chat application.
You'll need both chatui_server and chatui_client to run this application.
cargo intall chatui_server chatui_client
Run the server with executable chatui_server and run the client with executable chatui_client.
Clone the project:
git clone https://github.com/grvxs/chatui.git
Move to the project directory:
cd chatui
Run the server (Rust):
cargo run --release --bin chatui_server
Run the server (Node.js):
cd chatui_server_node
node index.js
Run the client:
cargo run --release --bin chatui_client
