python 中的可扩展聊天网站
嘿伙计们,我有一个想法,我想开始实现它的关键,基本上是一个聊天网站,并且需要支持多个房间。坦白说,我不太确定从哪里开始用Python(或者其他语言,如果你们认为它是更好的选择的话)建立一个非常强大/可扩展的聊天系统,所以任何可以让我指出的建议朝着正确的方向将不胜感激。
Hey guys, I have an idea that I'd like to start implementing that at the crux of it, will basically be a chat website, and will need to support multiple rooms. Quite frankly, I'm not too sure where to begin with regards to setting up a very sturdy/scalable chat system in python (or another language if you guys believe it to be a better alternative), so any suggestions that can get me pointed in the right direction will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 XMPP。这是Python 库列表。
Look into XMPP. Here's the list of Python libraries.
Google AppEngine 支持 python 提供可扩展的框架。如果您使用它,可能会节省很多时间。
Google AppEngine supports python provides scalable framework. Probably you'll save lots of time if you use it.