Adding project with SSE instead of polling#6
Adding project with SSE instead of polling#6dvader wants to merge 2 commits intoRuiSantosdotme:masterfrom
Conversation
…Physical Button Simultaneously" with Server-side event (SSE) instead of polling for server feedback.
|
Adding project with WebSocket. The old project used polling for server to client communication and XHR for client to server communication. It also used templated HTML code. The entire communication (both ways) is now handled via WebSockets. Updates are "instantaneous" and multiple clients can be connected at the same time and their status updated in real-time. Limitation:
|
Adding project "ESP32/ESP8266: Control Outputs with Web Server and a Physical Button Simultaneously" with Server-side event (SSE) instead of polling for server feedback.