5 results for Websockets
develwoutacause’s Twitter Archive—№ 1,678
@jaredcwhite Is that any different than Websockets? Doesn't that have the same potential problem?
develwoutacause’s Twitter Archive—№ 1,674
@jaredcwhite Hot take: Most #Websockets usage could be replaced by server sent events. Maybe I'm biased, but I think most streaming cases are server to client, and I don't think
develwoutacause’s Twitter Archive—№ 1,679
some SSE libraries, similar to what http://socket.io. socket.io does for Websockets.
develwoutacause’s Twitter Archive—№ 1,681
That doesn't sound that different from using http://socket.io. socket.io over Websockets to me. I think the real difference is that SSE doesn't have any particularly well known libraries like https://t.co/Wj4BChFMsy,
develwoutacause’s Twitter Archive—№ 1,676
feel like there aren't many libraries that do SSR because Websockets are so much more popular. FWIW, it's pretty trivial to implement on the server. Just set a content type