开发者

how to make a chat room on google app engine , has some demo ? and example? [closed]

开发者 https://www.devze.com 2023-01-22 11:35 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasona开发者_如何学编程bly answered in its current for
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasona开发者_如何学编程bly answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

has any app engine already do this ?

thanks


Partychat an example of an XMPP-based chatroom running on App Engine. And it's open-source.


AppEngine only supports HTTP and limits the response time (which makes Comet a no-go).

The only (supported) way is XMPP, but it only supports BOSH protocol, which does not facilitate push from server to clients.

It seems that your only way would be polling.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号