Hi Sara – I am trying to use WebSocket from the RNT article. I would like event.data to show on the screen instead of it picked up by JS. Is there a way for the browser HTML to show the event.data on the browser screen?
If JS has to pick it up, how can I direct JS to put the data on the screen as HTML or plain?
Where does console.log(event.data) go?
Thanks a lot,
Bernie