Pompey21 / Client-Server-Rust-2

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

Create a Send & Receive method in Client #24

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

This way it will be more organised, less spaghetti code, and easier to write additional things aka multiple requests sent over to the server side.

Pompey21 commented 1 year ago

Completed! :) Have already merged together with main.