TokTok / website

The TokTok website
https://toktok.ltd/
GNU General Public License v3.0
10 stars 54 forks source link

Cedar: implement on-demand loading of files #107

Closed iphydf closed 6 years ago

iphydf commented 6 years ago

Currently we preload a bunch of files and then never load any more. Instead, the client should notify the server (via firebase) that it wants to open a file iff the file was not loaded yet (history is empty). The server then loads it as usual and the client will receive it.