Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

apollographql/subscriptions-transport-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36f3f6f Â· Apr 14, 2023
Nov 17, 2018
Sep 1, 2021
Nov 2, 2021
Jul 25, 2017
Apr 14, 2023
Dec 1, 2017
Jul 11, 2020
Oct 24, 2016
Nov 2, 2021
Jan 31, 2017
Oct 24, 2016
Aug 12, 2020
Mar 3, 2022
May 29, 2019
Nov 2, 2021
Aug 12, 2020
Jul 11, 2020
Jul 6, 2017
Feb 21, 2017

Repository files navigation

subscriptions-transport-ws is no longer maintained

subscriptions-transport-ws was the first implementation of a WebSocket-based GraphQL subscriptions transport in TypeScript. It was created in 2016 and was largely unmaintained after 2018.

Users should migrate to graphql-ws, a newer actively-maintained implementation of a similar protocol.

Note that the packages implement distinct protocols, so you must migrate all clients and servers.

If you're using subscriptions with the Apollo platform, the Apollo Server docs show how to use graphql-ws with Apollo Server, Apollo Studio Explorer, Apollo Client Web, Apollo iOS, and Apollo Kotlin. If you have more questions about using graphql-ws with the Apollo platform, file an issue on the corresponding repository or post in the community.

The graphql-ws README shows how to integrate graphql-ws with other software.

If you have not yet migrated off of subscriptions-transport-ws and need to learn more about it, you can read the previous version of this file.