lisudoku / lisudoku_frontend

React front-end for lisudoku
https://lisudoku.xyz
GNU Affero General Public License v3.0
0 stars 1 forks source link

TV performance improvements #18

Open PlayLikeNeverB4 opened 1 year ago

PlayLikeNeverB4 commented 1 year ago
  1. Send less ws data (do not resend all grid data, just differences / actions)
  2. Less viewer_count updates (only update once in every x seconds)
  3. Somehow be able to obtain the same user_id (when logged in this is easy, not sure for guests)