Hi Hansamann,
SSE is "http" based. Take a look at this implementation of SSE:
https://github.com/einaros/sse.js
I think SSE could be implemented on top of the existing HTTP implementation we have allready.
For WebSockets and other protocols we need basic "net" (socket) support.
Sacha
@Sacha started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Hansamann,
SSE is "http" based. Take a look at this implementation of SSE:
https://github.com/einaros/sse.js
I think SSE could be implemented on top of the existing HTTP implementation we have allready.
For WebSockets and other protocols we need basic "net" (socket) support.
Sacha