Rank 3: Container
Good morning ! I come to you because I encounter a problem.
For fun, I'm developing a chat application, with "groups" made up of several users.
You can send messages in these groups.
I use Appwrite's "Teams" feature to manage groups and Appwrite's "Databases" feature to manage group messages.
Now I want to implement a system to know the number of unread messages. But I don't know how to do it without a complementary system like RabbitMQ, Memphis with their ACK systems.
Do you have any ideas to suggest to me?
Thank you so much !