whitemonarch / gungi-server

https://www.white-monarch.com/
0 stars 0 forks source link

Refactor: Websockets #5

Open TonyLeCode opened 1 month ago

TonyLeCode commented 1 month ago

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