Subscriptions-transport-ws: Maintenance: No releases since 03/19

Created on 31 Dec 2019  路  5Comments  路  Source: apollographql/subscriptions-transport-ws

What's the status of this package?

  • Issues/PRs are seemingly piling up, most of which are lacking further comments/labels etc.
  • Very little activity from maintainers.
  • Last release was in March 2019, with no commits since then except auto dependency update PRs.

Most helpful comment

shameless plug:

Used in production for a couple years now: https://github.com/parabolinc/parabol

I broke it into 2 because a WebSocket should be able to do more than just talk GraphQL (e.g. WebRTC signal server, binary data, etc). How you implement the server is up to you, but you can use the reference implementation as an example.

All 5 comments

Thanks for drawing attention to this, was wondering why all of the links are broken and nothing seems to make sense. Would not recommend using this to build anything important until this is resolved

I'm building a generic subscription transport solution that can be integrated with any IO layer. Then maybe I can help maintain this one too.

Are you aware of any viable js alternatives otherwise? I haven't even started looking but this is one of those camel-crushing straws that has me thinking "wow, react native and it's ecosystem are trash, time to throw this away and write it in swift"

No, that's why I'm rolling my own.

This solution seems to work for most people even though it's not maintained.
I roll my own because I must use SocketIO and not raw websocket.

shameless plug:

Used in production for a couple years now: https://github.com/parabolinc/parabol

I broke it into 2 because a WebSocket should be able to do more than just talk GraphQL (e.g. WebRTC signal server, binary data, etc). How you implement the server is up to you, but you can use the reference implementation as an example.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

corysimmons picture corysimmons  路  5Comments

mjasnikovs picture mjasnikovs  路  5Comments

ozeals picture ozeals  路  3Comments

jedwards1211 picture jedwards1211  路  4Comments

KaiWedekind picture KaiWedekind  路  4Comments