@deprecate WebSockets: GraphQL Subscriptions using SSE
Jens Neuse
Founder @ wundergraphWebSockets are an outdated technology deemed dead thanks to the ietf not adding HTTP/2 support. Using Server Sent Events, we could simplify the implementation of GraphQL Subscriptions, reduce frontend code and increase performance as well as flexibility when writing modern frontend applications.