普通网友 2018-03-25 23:05
浏览 85
已采纳

为什么App Engine灵活环境不允许WebSocket和HTTP / 2通信?

I'm more interested in WebSocket, but after reading documentation here, I was surprised when I read that:

The following features are not supported by App Engine flexible environment: HTTP/2 traffic to the backend service, Websockets , HTTP requests that directly access instances

I was planning to build an app with gorilla-websocket, but now that I've read this, I don't know how I could accomplish it. I understand WebSocket is not get supported in App Engine Standard Environment, but why not in the Flexible Environment?

  • 写回答

1条回答 默认 最新

  • dtch60248 2018-04-04 15:19
    关注

    There are other options:

    Like the standard environment, the flexible environment does not support websockets. If you need to use websockets you can use Compute Engine or Kubernetes Engine.

    as stated here.

    You can follow the feature request too.


    Update:

    Currently websocket support is available for following languages

    • Python
    • Java
    • Node.js

    But it's in beta

    Docs: https://cloud.google.com/appengine/docs/flexible/python/using-websockets-and-session-affinity

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?