Skip to content

waelkarman/asynchronous-messages-exchanger-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Client-Server communication [deferred]

  • Rust

Build and run:

To compile and run both the client and the server, execute the following commands:

cargo build; cargo run --bin udp-server
cargo build; cargo run --bin udp-client

Arch drawing:

Improvements :
  • develop Max mode

About

Connection-oriented message exchange based on datagrams

Topics

Resources

Stars

Watchers

Forks

Languages