Pompey21 / Client-Server-Rust-2

A simple client-server application but I start from scratch!
0 stars 0 forks source link

Make it Async #3

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

Make the server be able to handle in async - use Tokio for that.

Pompey21 commented 1 year ago

Do I need to create main in Server and Client Tokio Async or only on the Server side?

Pompey21 commented 1 year ago

Code works intact for that simple use case with one User and one Client. But double check with Matteo:)