The use of the ESP8266 in the world of IoT

User avatar
By mrlightsman
#82376 How many simultaneous WebSocket connections are supported on an esp01 acting as a websocket server in STA mode?

How about the esp32?

The sockets will remain open always, but only transmit data on button push and only about 35 characters at a time.

The idea is that several client esp will report to the server esp their status.

Thanks.