Page 1 of 1

Web Socket Server Example

Posted: Wed Nov 17, 2021 4:56 pm
by mpulis
Hi,

I'm trying to setup a web-socket server on an ESP32 which is already running an HTTP Server. The idea is to use the established web-socket connection to send data asynchronously from the ESP32 to the loaded up web-page.

Unfortunately, I can't find much documentation when it comes to setting up a web-socket server on the ESP32, rather than a client. Is this supported currently?

Re: Web Socket Server Example

Posted: Wed Nov 17, 2021 5:38 pm
by chegewara

Re: Web Socket Server Example

Posted: Thu Nov 18, 2021 10:12 am
by mpulis
Thanks!