simple-sse-nodejs-setup icon indicating copy to clipboard operation
simple-sse-nodejs-setup copied to clipboard

Simple SSE setup using HTTP module of NodeJS - server + client

Results 1 simple-sse-nodejs-setup issues
Sort by recently updated
recently updated
newest added

I have a really hard time implementing SSE over http2, with http/1.1 it works fine, but as you have mentioned in your [blog](https://www.smashingmagazine.com/2018/02/sse-websockets-data-flow-http2/), I thought it will be using HTTP/2....