Pompey21 / Client-Server-Rust-2

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

managed to get the message to the server! #1

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

Sent the message to the server, the server successfully receives the message. The server can also send the message back to the client (echo server).

Next step is to figure out how to send a number over!