Fun little chat I made system I made Messages are never stored globally but are loaded through a relay system (see "Message storage" in notes and credits for more info)
Powered by https://scratch.mit.edu/projects/42202752/ Message Storage ------------------------ Entire message histories are never stored in the cloud, instead, chats are restored through a request system where once a new person joins the chat they request the chat history to be relayed to them by another user. This system is not great since it relies on at least one person always being online to keep the messages.