ESP32 Arduino: Websocket client
Super cool article on getting web-sockets functioning on an ESP32: https://wp.me/p6Er9u-6nx Web-sockets allow for 2-way communication without the need for reloading a webpage. Now, with this trick you can communicate with your esp32, sending commands and more without fully loading a file.