How we can notify mobile app about messages (Django/React Native)?
What is the best implementation of notifications (about messages, new posts) to the client, Websockets, push notifications, or webhooks? The project consists of a server part in Django and React Native on the client.