Skip to content

shaaraddalvi/requests-sim-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async request handling with tokio

gif

Sample code that simulates multiple clients making requests to a server and server handles them with async Tokio routines.

To build

cargo build

To run

In one window run ./target/debug/receive to start receiver.
In other windows, spawn one or more senders with ./target/debug/send

About

Simulate async requests with Tokio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages