Django 上的 XMPP/Jabber(聊天服务器)

发布于 2024-11-08 19:18:16 字数 184 浏览 2 评论 0原文

我希望使用 XMPP/Jabber 协议(带有移动客户端)在 Django 中编写一个实时聊天服务器。 Django 将通过 HTTP 处理用户配置文件和收件箱(非实时部分),而实时组件应通过 XMPP。我想知道是否有人有这方面的经验并可以提供一些提示,或者是否有更好的方法来做到这一点(Django + 一些其他框架来处理 XMPP 可能)。提前致谢!

I'm looking to write a real time chat server in Django using XMPP/Jabber protocol (with mobile clients). Django will handle the user profile and inbox (non-real time part) through HTTP while the real time component should go through XMPP. I was wondering if anybody's had experience with this and could provide some tips, or if there is a better way to do this (Django + some other framework to handle XMPP maybe). Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北笙凉宸 2024-11-15 19:18:16

或多或少地从头开始编写 XMPP 服务器是一项充满热爱的任务,它需要您付出比您现在预期更多的努力才能完成。请查看此列表,看看是否有您可以贡献的现有项目。

Writing an XMPP server more-or-less from scratch is a task of love that will take you quite a bit more effort to get right than you expect right now. Please look at this list to see if there's an existing project you could contribute to instead.

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