axelspringer / graphql-google-pubsub

A graphql-subscriptions PubSub Engine using Google PubSub
MIT License
136 stars 43 forks source link

How to configure this to work on Compute Engine or App Engine #1

Closed softpreneur closed 6 years ago

softpreneur commented 6 years ago

Hi, Great work here. How can i configure this to work with Google compute engine or App Engine, All my graphql mutations, queries and subscriptions are working perfectly offline (localhost:3000), after pushing it to App engine, and later to compute engine everything works fine except subscriptions. How do i setup google compute engine to for graphql subscriptions to work? Step by step guide will be appreciated for setting up compute engine (Allow graphql subscriptions work)

jonas-app commented 6 years ago

Hey @motionboy, this project should work also on Compute/App Engine. Unfortunately I can't help you with the GraphQL setup as I don't use Compute/App Engine. Good luck.