ARTICLE AD BOX
I’m building a self-hosted local network messaging system with flask and flask-socketIO.
The app runs a Flask server on:
http://LAN_IP:PORTUsers connect to it through their browser on the same local network.
I want to send push notifications to users in the browser when they receive a new message even if they are on another tab.
Full repo link(if helpful) : https://github.com/tromoSM/HostTalk
