Skip to content

rust asynchronous server -> load balancer some day

Notifications You must be signed in to change notification settings

anvayabn/rust_asyn_lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous TCP/IP Server

Features

  • Asynchronous Server using Tokio Library
  • Multi Threaded server, scales with each connection
  • Manager Thread to get latency reports from client handling threads

Run the Rust Project

cargo check
 
cargo build 

cargo run 

Debug Run

RUST_LOG=debug cargo run 

About

rust asynchronous server -> load balancer some day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages