Skip to content

A TCP Server that gets average for real-time BTC-USD value from TCP Client

Notifications You must be signed in to change notification settings

Av1nag/TCP-Server-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A TCP Server that gets average for real-time BTC-USD value from TCP Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages