Hi Benny, Websockets API is supported for GAE Flexible between client and server. The simplest approach for communicating between services is to send targeted HTTP requests[3].
[1] https://cloud.google.com/appengine/docs/flexible/nodejs/using-websockets-and-session-affinity [2] https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/websockets [3] https://cloud.google.com/appengine/docs/flexible/python/communicating-between-services On Monday, August 10, 2020 at 8:52:44 AM UTC-4, Benny Amsterdam wrote: > > I have 2 services that I hope to deploy to GCP. The services need to > communicate with each other over the WebSocket protocol. > > So far I've tried deploying the services to an App Engine Flexible > instance, but looks like they can't establish a wss connection with each > other. > > Going through the GCP docs on the App Engine Flexible environment, I get > the feeling that's not supported. > > If that's the case, can you advice on what's the best way to do it using > GCP? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5085e29c-adc6-4ca1-8c79-ed61d38a7c06o%40googlegroups.com.
