The goal of this branch is to reduce the size of the data transferred from the client to the server.
Especially data that is being sent a lot: the position of the players.
Optimisation strategies:
Send float as integers
Send integer indexed arrays instead of key/value objects
The goal of this branch is to reduce the size of the data transferred from the client to the server. Especially data that is being sent a lot: the position of the players.
Optimisation strategies: