Can you guys build a better GraphQL server that ju...
# graphql-nexus
s
Can you guys build a better GraphQL server that just works once you are done with schema. I am more than tired of Apollo….. Thanks in advance 😄
😃 1
t
I haven’t tried it yet, but I heard good things about https://github.com/contrawork/graphql-helix
s
Yeah no sure how it deals with subscriptions
t
yeah, i’ve wanted to build a better abstraction around subscriptions for nexus, will probably come sometime after 1.0
waiting for more clarity on https://github.com/graphql/graphql-js/pull/2485 and how defer / stream are going to work before going too deep
👍 1
s
I want to move our subscriptions to a separate server because it is not super great to have everything redeploy on the main server.
t
yeah I think that makes sense
s
I am also not convinced by the graphql-over-ws movement. I really hate WS in general.
t
yeah, I’ve actually been kind of moving away from wanting graphql subscriptions, to instead just wanting a generic pub-sub mechanism to tell me when “ids” change so any listening client can know to refetch relevant queries
though idk, there’s pros/cons to each
s
Yeah I think I like subs but its way more difficult to maintain