Instead of always sending full board state in board.init we should only send events that are not yet synced to the client for way faster connect, less traffic and load on the server.
This requires some mechanism for keeping track of which local events are synced with the server at the moment.
Instead of always sending full board state in board.init we should only send events that are not yet synced to the client for way faster connect, less traffic and load on the server.
This requires some mechanism for keeping track of which local events are synced with the server at the moment.