I’m creating a chat system where users can send message to other users, company
I’m concerned that this system uses up the WU very quickly, especially if they send lots of pointless message. Are there anyway to avoid this?
For example, my current plan is Growth, which give 250k WU per month
If I have 1000 users, and each user sends like 30 messages per day, that is 30k message created per day, with the cost of 0.6 WU per message, that will be 18k WU per day, or 540k per month, and that is too expensive.
1 Like
Flaws of the system unfortunately. You either pay up or explore other backends like Xano which has websockets for free or use some javascript to avoid triggering Bubble WU but you are really paying for the convenience of having an all-in-one solution doing everything natively in Bubble and unfortunately an application like chat is not really feasible with WUs unless you are charging every end-user who uses it.
1 Like