CDN #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One of the more important parts of Ligmo will be the CDN so that we can efficiently transfer the images used for emotes to every user that has the ligmotes extension installed. Lets use this issue to consider options and their tradeoffs. Build our own is not out of the question, but does have the cost of having to build and deploy it ourselves compared to an off the shelf solution.
I feel like in the long run there would be a lot to gain from a custom CDN. By nature, we'll have extra information about what emotes are likely to be used, since we keep track of recency in order to implement the core idea.
As a rough idea, we could have a bot anonymously join chats of major users to count message rates and pre-load the hot emotes when message activity spikes, i.e. the streamer goes live. That said, this doesn't sound like a v0 feature.