You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • 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

About

Avatar for Sacha @Sacha started