Top "Eventsource" questions

For questions relating to the HTML5 SSE (Server Sent Events) API; the JavaScript object is called EventSource.

Websocket transport reliability (Socket.io data loss during reconnection)

Used NodeJS, Socket.io Problem Imagine there are 2 users U1 & U2, connected to an app via Socket.io. The …

node.js websocket socket.io sse eventsource
Chrome net::ERR_HTTP2_PROTOCOL_ERROR 200 after a reconnect

I'm using Node server with an express app which handles a Server Sent Events stream. This is proxied via NginX …

node.js google-chrome nginx http2 eventsource
Can Server Sent Events (SSE) with EventSource pass parameter by POST

I'm using Html5 Server Sent Events. The server side is Java Servlet. I have a json array data wants to …

json post server-sent-events eventsource
Creating an RxJS Observable from a (server sent) EventSource

I would like to create a RxJs Observable from an EventSource (server sent events). I tried the following: import {Component, …

typescript angular rxjs5 eventsource
Angular2/typescript and SSE (EventSource)

First of all, I`m quite new to ng2 and typescript. What Im trying to accomplish is to implement Server-Sent …

typescript angular server-sent-events eventsource