mpirnat / dndme

Tools for DMing Dungeons & Dragons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change player view to use websockets

mpirnat opened this issue · comments

It seems like it would be worthwhile and more efficient to change the player view to using websockets instead of having the front end polling all the time for updates when most of the time there won't be any updates.

Unless this is overkill?