Build a notification system like whatsapp status does (need some architecture advise)

I wanted to integrate a notification system like whatsapp status. i want to notify all user’s contact when the user post something new …
I want to hear form the community how should i go about it …
Thanks.

There’s many ways you could go about it but it all depends on how you want to notify your users. Do you have a website or app already?

If you’re just looking to create something for fun and have no specific requirements, you could watch Chris McCord’s 15 minute Twitter clone video since it’s essentially what you are looking for. At least one of the ways you could do it.

You’d have to notify only specific users (the user’s contacts). I’ve done something similar but it was more dynamic since the subscribers changed constantly but I used this code as a starting point.

1 Like

Thank you for your quick response…