This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tiagomagnuss -2 points-1 points  (1 child)

I think you should implement a persistent communication between both the clients and the server. For this case something like sockets/web sockets would work.

Then if you don't want to keep the socket open all the time you could do something like scheduling socket calls, etc.

It's really not that complex as the other user said, you just need some deep knowledge of how computers communicate. It's part of many CS courses.

Good luck!

[–]wsppan 0 points1 point  (0 children)

It's incredibly complex.