Page 1 of 1

websocket proxy to tcp socket running on esp32?

Posted: Tue Feb 15, 2022 5:31 pm
by tschak909
Has anyone written a websocket proxy that can push requests to a real TCP socket running on the ESP32?

I am trying to run a VT100 terminal emulator being served from the esp HTTP client.

-Thom