2 comments

[ 0.18 ms ] story [ 31.4 ms ] thread
Cool use case and guide for implementing SSE. Interested in hearing other people’s opinions on using SSE over websockets
If there isn't a need for binary or two-way, SSE should be used instead of WS. Two-way with REST calls and SSE as a return channel is also great when it isn't latency sensitive, an example would be adding jobs to a queue and receiving progress updates.