I was learning about webrtc and was wondering that if a Node.js server already knew the ip and port of a browser client, is there a way to send UDP messages to that client and read them via javascript with webrtc (or another method)? I know that browsers don't allow sending UDP messages because of security concerns, but it would be interesting if a browser is able to read UDP messages.