7 lines
339 B
Markdown
7 lines
339 B
Markdown
# Websockets - Examples
|
|
|
|
This folder contains examples of communication via Websockets protocol
|
|
|
|
- Read more about Websockets here: <https://en.wikipedia.org/wiki/WebSocket>
|
|
- This project uses the implementation from the `WebSockets` Library for Arduino by Markus Sattler. Read more here: <https://github.com/Links2004/arduinoWebSockets>
|