chatui_server

Crates.iochatui_server
lib.rschatui_server
version0.1.1
sourcesrc
created_at2021-07-04 13:12:55.571436
updated_at2021-07-04 13:37:51.336825
descriptionServer for chatui.
homepage
repositoryhttps://github.com/grvxs/chatui
max_upload_size
id418574
size4,373
Gauravsingh Sisodia (Xaerru)

documentation

README

chatui

Simple chat application.

You'll need both chatui_server and chatui_client to run this application.

Installation

With cargo

cargo intall chatui_server chatui_client

Run the server with executable chatui_server and run the client with executable chatui_client.

Without cargo

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

Screenshots

image

Commit count: 56

cargo fmt