I'm making a wall of robotic flowers to connect to a website using an Espressif ESP32 Dev Module. The website is based in the cloud and I'm trying to use a websocket to go from the website to the ESP32, but I'm not quite sure how to. Can the built in packages on ESP32 for a websocket be used for a website that's on the cloud rather than the ESP32? If so, is there any example code I could use for it? I'm brand new to this and am not sure where to start.
Welcome to the forum
You posted to the Nano ESP32 category of the forum but are not actually using that board. To avoid confusion your topic has been moved to a more generic forum category
may be look at GitHub - Links2004/arduinoWebSockets: arduinoWebSockets
There is a server example for ESP32