Problem

Compute C = A × B efficiently when a client and one or more servers are available. We want to:

Server Logs in another laptop (PORT Forwarded using ngrok):

WhatsApp Image 2025-08-10 at 20.15.26.jpeg

Client Code running on my machine to get raw data:

Screenshot 2025-08-10 at 8.42.47 PM.png

Final Graph with the raw data received above:

image.png

Go Server

Code of Go Server

Client2