Abbie
1 min readSep 19, 2016

--

I’m working on a similar problem – solution I have come up is for rest api gae works-scales well so I use it as it is and for real time communication have been using kubernetes in autoscale mode. This architecture is recommended in one of articles in gcp. With node.js and express setting up was a little pain with cookies, sessions. But so far so good.

--

--