Pompey21 / Client-Server-Rust-2

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

Modifying communication to send over serialised User objects #12

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

Currently I only know how to send over the TCPStream Strings and Integers but now I want to modify it to the extent that I can send serialised User objects

Pompey21 commented 1 year ago

Hells yeah! It now works!