Page 1 of 1

ESP32 Arduino WebServer and WebSocket

Posted: Thu Jan 24, 2019 5:56 am
by tony@shatalmic.com
I am trying to get the WebServer and WebSocket to work together. Is there any example of this?

I have a Adafruit Huzzah32. I am using wifi as the transport.

I have tried a couple different libraries, but none of them seem to do both server pages and WS socket handling on the same port.

I can set them up separately, but then I have to use 2 different ports and I would like them to be on the same port.