-
@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 Websockets is necessary unless you're doing client to server or bidirectional.