Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

TCP-Server-in-Rust

A TCP Server collects average of BTC-USD from TCP Client (it's available my github). You can check it by clicking the link in the note below.

This application connects to the client and gets the aggregated data of the BTC-USD from the clients and prints in the command line interface of server application.

Currently the server is listening to port 3333. To run this you can start by running cargo run command.

Note: Clone TCP-Client-in-rust (https://github.com/Av1nag/TCP-Client-in-Rust) to get connect with the suitable TCP client.

Example installation steps

git clone https://github.com/Av1nag/TCP-Server-in-Rust.git
cd your-project
cargo build

Steps to run the application

cargo run 

Contact Information

For queries, and personal suggestions write a mail to udayagiriavinag@gmail.com


PS: I'm no so proficient in Rust programming, written a application to test my capability. An I appreciate if anyone contribute to the project and always welcome everyone to drop your suggestions.