Skip to content

greycodee/chat-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-rs

Introduction

This is a TCP client project written in Rust. It includes a handler (handler.rs) that processes data received from the client.

Installation

First, you need to install Rust. You can download and install it from the Rust official website.

Then, clone this repository:

git clone https://github.com/greycodee/chat-rs

Navigate to the project directory and build:

cd chat-rs
cargo build

Usage

Run your project:

cargo run

connect server

telnet 127.0.0.1 1212

Contribution

If your project accepts contributions, this is where you describe how to make a contribution.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages