Skip to content

jam3sl1ng/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI Chat Application in Rust

A simple command line based chat application written in Rust. The project contains two parts: 1. Client, 2. Server. A message can be sent from the client side and the server will receive it.

How to Run

  1. First clone the repository
https://github.com/jam3sl1ng/chat_app.git

And open two terminals

  1. Start the server
cd server
cargo run
  1. Start the client
cd client
cargo run

Type a message on the client terminal and you should see it appear on the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published