I'd like to know how could I use webRTC to send a message from Node.JS to my Browser without having to install any third-party lib on the Browser end.
I've researched a few options but they all were outdated or over complicated. I just need to print something on the console, no UI, no nothing.
Maybe someone could help me out with a snippet or example?
Thank you