在 Google App Engine 上托管简单的聊天

发布于 2024-09-14 10:58:49 字数 61 浏览 6 评论 0原文

使用案例: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪之魂 2024-09-21 10:58:49

在 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.

很酷不放纵 2024-09-21 10:58:49

也许这是一个愚蠢的问题,但是当传入的消息发布到服务器时,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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文