Simple chat application.
You'll need both chatui_server and chatui_client to run this application.
cargo install chatui_server chatui_clientRun the server with executable chatui_server and run the client with executable chatui_client.
Clone the project:
git clone https://github.com/grvxs/chatui.gitMove to the project directory:
cd chatuiRun the server (Rust):
cargo run --release --bin chatui_serverRun the server (Node.js):
cd chatui_server_node
node index.jsRun the client:
cargo run --release --bin chatui_client