Hi. I’ve just received a project to create a blog site that has a dedicated page for live chats (something like a lobby) where users can freely chat with one another. I am planning to use Weweb because the client said that they intend to add many app-like functionality over time.
Could you guys recommend the several ways to implement this feature with Weweb?
I’m planning to Xano. I read Ably websocket works with Xano for these kind of chat but I haven’t tried to implement it.
After going through the weweb academy, my initial idea is to create an element, then bind it to a xano database that tracks the chats. This will create an element for each message.
But I was wondering whether there’s already a built solution for this. I found some solution for normal live chat (e.g. For customer service), but not for lobby live chats where all users can some together and chat (e.g. IRL livestream chats).