在 Google App Engine 上托管简单的聊天
使用案例:5 - 30 个用户同时聊天。
这是一个好主意/是否可以在谷歌应用程序引擎上编码?
use case: 5 - 30 users simultaniously on a chat.
is it a good idea / is it possible to code this on google app engine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Channel API 发布之前,您必须使用轮询来执行此操作。当该 API 发布时,App Engine 将成为(IMO,请注意,我在该团队工作)一个很好的工具。
请注意,在 1.3.6 中,您可以使用 Channel API 进行本地开发,这样您至少可以开始实现一些东西,尽管它在产品中不起作用。
Until the Channel API is released, you'll have to use polling to do this. When that API is released, App Engine will be (IMO, caveat that I work on the team) a great tool for this.
Note that with 1.3.6 you can use the Channel API for local development so you can at least get started implementing something, though it won't work in prod.
也许这是一个愚蠢的问题,但是当传入的消息发布到服务器时,GAE 应用程序不能将它们转发给所有已知的客户端吗?
为什么那不起作用?
劳雷斯
maybe it's a stupid question, but couldn't the GAE Application forward incoming messages to all known clients when they are posted to the server?
Why would that not work?
Laures