In an online multi player game, data shared between clients is changing every 200 milli second.
A way to do that is to have the Server dispatch new events every this period with the updated data to notify all clients.
Would that be good way to do it, any performance issues? Or there is another way to achieve this.