Open TonyLeCode opened 1 month ago
WebSockets currently sends the entire data state with each message. This results in unnecessary data transfer.
Make it so that the server only sends necessary data to update and refactor the client accordingly.
Should probably do this after https://github.com/whitemonarch/gungi-server/issues/1
Issue
WebSockets currently sends the entire data state with each message. This results in unnecessary data transfer.
Solution
Make it so that the server only sends necessary data to update and refactor the client accordingly.
Notes
Should probably do this after https://github.com/whitemonarch/gungi-server/issues/1