How to communicate/broadcast between Electron renderers EASILY
I was searching online for a way to broadcast a message to all my renderers, but didn't find a simple solution. Then I stumbled upon a native browser API called BroadcastChannel that let's you easily communicate between windows/tabs of the same orig...
Feb 17, 20211 min read