Server-client project with golang.
Figure 1 - Screenshot showing that the client does not work without the server running.
Figure 2 - The server has been started.
Figure 3 - The client has been started.
Figure 4 - “Hello server. I am a client!” message is sent from Client to Server.
Figure 5 - The server receives the message from the client and waits for user input for the response.
Figure 6 - The server is sending a message to the client.
Figure 7 - Client receives the message from the Server.