Socketyee is a lightweight and efficient WebSocket library designed for ESP8266 and ESP32 boards. It allows you to easily implement WebSocket communication in your projects, whether you are building a WebSocket server or client.
- Full WebSocket support (client and server)
- Lightweight and easy to use
- Compatible with ESP8266 and ESP32
- Ideal for IoT applications that require real-time communication
- Open Arduino IDE.
- Go to Sketch > Include Library > Manage Libraries....
- Search for Socketyee in the library manager.
- Click Install to install the library.
- Download the latest release of the library from GitHub.
- Go to your Arduino libraries folder:
- Windows:
Documents\Arduino\libraries - macOS:
Documents/Arduino/libraries - Linux:
~/Arduino/libraries
- Windows:
- Extract the downloaded
.zipfile and place it in thelibrariesfolder. - Restart the Arduino IDE.