Skip to content
/ chatui Public

ChatApp made using the standard library net module and tui-rs.

License

Notifications You must be signed in to change notification settings

xaerru/chatui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatui

Simple chat application.

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

Installation

With cargo

cargo install 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

About

ChatApp made using the standard library net module and tui-rs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published