Somewhat speculative, I use the GAE Flexible Environment to run a WebSocket nodejs server but noticed that the targeted routing feature of Standard Evironment is not available in the Flexible Evironment, even when using Manual Scaling. I need the ability to direct multiple players to the same instance. So sticky sessions does not solve my case.
It is stated here: enter link description here In the comment:
Note: In the flexible environment, targeting an instance is not supported. It is not possible to send requests directly to a specific instance.
There is not explaination to why or if this is just a current work in progress. Seems very odd to me.
Is there a known plan or road map from Google for GAE?
Or is there a better fit that does not force me to manage actual VMs?
Many thanks.