remote-control-with-websocket icon indicating copy to clipboard operation
remote-control-with-websocket copied to clipboard

Client-side display of websocket data

Open Bromiun opened this issue 2 years ago • 0 comments
trafficstars

Thanks for the great work herein. I found this repository via RNT Labs. I have a question, and it is not an issue.

I need to display the data sent by the ESP32 to the websocket client browser. All examples I have seen are for switching glyphs on the browser on and off.

1- How can I display data received via websocket on the browser screen - without the JS script? 2- If JS script must be used, how can I display event.data on the screen? 3- Where does console.log() output go in the client?

Thank you so much. Bromium

Bromiun avatar Jan 23 '23 20:01 Bromiun