GWT + GAE python: frameworks for COMET & RPC

前端 未结 4 1167
闹比i
闹比i 2021-01-16 07:23

Let\'s say I want to use Google GWT on the client side and Google AppEngine Python on the server side. Furthermore, I want to be able to use RPC calls to the server as well

4条回答
  •  独厮守ぢ
    2021-01-16 08:13

    App Engine doesn't currently support comet, because it doesn't support hanging-GETs (eg, long-running requests). If you want to do comet, you'll have to use an external service, or wait for Comet support in App Engine.

提交回复
热议问题