Implement Comet / Server push in Google App Engine in Python

后端 未结 6 1712
盖世英雄少女心
盖世英雄少女心 2021-02-02 09:46

How can I implement Comet / Server push in Google App Engine in Python?

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-02 10:26

    Looking inside the App Engine 1.3.8-pre release, I see the Channel API service stub and more code. So it looks like we can start trying it out locally.

提交回复
热议问题