I was assigned to make 2 servers and a client application.
- My service must generate random number from 1-100 every second.
- Server A must display random numbers generated from a service.
- Server B must receive same feeds displayed by Server A from the service.
- Then the Client Application must receive same feeds received by Server B.
I know this would be about callbacks but I don't really know where to start. I tried to code, Server A and Server B displays the same but sometimes not and I know it is all wrong. Please help. I've been working with it for three days.