HackRU/helpq

fetch rooms.json from client instead of server

Opened this issue · 0 comments

mjrb commented

currently rooms is fetched server side. this is silly because if the rooms change the server must be restarted. instead the url should be passed to the client, and then the client should fetch rooms.json for itself so that updates just require a page refresh.

alternatively the server could fetch it on login