GitHunt React & GraphQL Subscriptions

I’m looking into using Meteor Apollo, starting initially with MongoDB and eventually trying postgres.

Tthe GitHunt React application confounds me as it’s split into “Server” (API) and “Client” (Both of which have Server and Client folders). Are these two separate apps? If so are we expected to deploy on two separate servers? I’m having a hard time finding GraphQL Subscription info that’s utilizing the correct technologies and structured in a way I expect.

My questions are:

  • Are Githunt React and the API two seperate apps intended to be run on two seperate servers?

  • Are there any additional resources regarding Pub\Sub GraphQL for Apollo+React?

I’m having a hard time finding GraphQL Subscription info that’s utilizing the correct technologies and structured in a way I expect.

Any advice or links to up-to-date information would be fantastic, for clarity’s sake here are the following resources I’ve already been using:

http://dev.apollodata.com/react/initialization.html

http://dev.apollodata.com/react/queries.html

Just saw this tutorial:

1 Like

Hopefully some idea of sub/ddp is adapted to graphql.