BetaRavener/upy-websocket-server

How send any data to client?

Closed this issue · 3 comments

How send any data to client? Plz )))

What do you mean? Sending data via websocket? There's a demo implementation in websocket_demo.py that will send "Hello World" when you run on ESP and connect with client. So basically from the linked file: self.connection.write(data). Try out the linked demo file and you will hopefully get an idea how it works.

Oh thanks. I forget it). Sorry...)) Im working with client so long. Trying using Vue with websockets.
And i want again say to you GREAT THANKS for this your code!!!

You're welcome. :) Good luck, I'll leave this open for today if you have more questions.