Skip to content

lamabro23/rust-cli-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust CLI Chatroom

A simple CLI chatroom written in Rust running on localhost.

Usage

Set the SERVER_PORT env variable to change the server's port (default is 8080).

  1. Start the server

    • cargo run --bin server
  2. Connect the clients from different terminals:

    • cargo run --bin client
  3. Start typing messages in the CLI.

About

A simple CLI client-server chat room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages