apollo-client-ws

JSON →
library 2.6.1 ·javascript maintenance
verified Jun 7, 2026

Apollo Client WebSocket network link for GraphQL operations. Current stable version 2.6.1, released 2021-05-11, no regular releases since. Provides a WebSocket-based ApolloLink alternative to apollo-link-ws/subscriptions-transport-ws. Features deferred connection, keepalive, and custom messaging. Uses a custom framed protocol (WebSocket-Framed) instead of subscriptions-transport-ws protocol. Requires apollo-client >=2.1.0 and apollo-link >=1.0.7 as peer dependencies. Node >=8.0.0 required. Not subscription-oriented.