/server-client-project

Server-client project with golang.

Primary LanguageGo

server-client-project

Server-client project with golang.

image

Figure 1 - Screenshot showing that the client does not work without the server running.

image

Figure 2 - The server has been started.

image

Figure 3 - The client has been started.

image

Figure 4 - “Hello server. I am a client!” message is sent from Client to Server.

image

Figure 5 - The server receives the message from the client and waits for user input for the response.

image

Figure 6 - The server is sending a message to the client.

image

Figure 7 - Client receives the message from the Server.