I want to send notifications even to offline users in Flask-socketio through their browsers.
I am making a web-based chat application using flask-socketio, I want to send notifications to users via their browser so that they can get notifications for new chats even when they are offline to web app.