Is there a way for deploying websockets server on Google Cloud Appengine?
Asked
Active
Viewed 1,126 times
2 Answers
3
No, you cannot. There is an open ticket for this feature, it's been open since 2009. There is maybe some light at the end of the tunnel though, as they've started to make an alpha version of this available.

Randy L
- 14,384
- 14
- 44
- 73
-
4Wanted to give an update that Google just released beta support for web sockets! https://cloud.google.com/appengine/docs/flexible/nodejs/using-websockets-and-session-affinity – jusynth Jan 16 '19 at 03:54
0
There was a way for doing it for non secure sockets only(ws), but seems they are no longer support it. Lately they also removed samples from docs in this commit.
Not sure if there are plans for supporting websockets based solutions on appengine in future, so for deploying such a thing on Google Cloud you probably should use Compute Engine, atleast that's the way I go.

Grigoryants Artem
- 1,401
- 2
- 15
- 32