Pompey21 / Client-Server-Rust-2

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

Send number #2

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

Successfully sent over the number - the server also receives it and processes it as a number! Next step is to make sure that I can send over any string and then convert it as I see fit - converting number to string? Maybe ...