Open machawk1 opened 7 years ago
Server-Side Events (SSE) is now a Web API standard, so we should be able to use this in the service. In the current code, we use Faye (which did the job for its time) for client-server asynchronous communication.
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
Server-Side Events (SSE) is now a Web API standard, so we should be able to use this in the service. In the current code, we use Faye (which did the job for its time) for client-server asynchronous communication.
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events