用Python构建微博网站?任何建议
我想写一个微博网站,前端是html,后端是xmpp(即时通讯类型)。我的意思是服务器应该将所有更新推送到客户端浏览器,因此不需要持续的 http 轮询。我需要你的意见和帮助。
我找到了3个xmpp库 1.xmppy 2. 圆滑xmpp 3. pyxmpp
我应该使用其中任何一个还是应该从头开始尝试。如果从这些中您会建议哪一个。
我应该怎么办?
I want to write a micro blogging site with html frontend but xmpp backend (Instant messenger type). By this, I mean server should push all the updates to client browser and hence constant http polling is not required. I need your view and help in that.
I found 3 xmpp libraries
1. xmppy
2. sleekxmpp
3. pyxmpp
Should i use any of these or should try from scratch. If from these which one will you suggest.
What should i do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个幻灯片 可能会有所帮助。作者使用 django 和一些可以标记 django 身份验证的 xmpp 项目。这听起来非常适合你。
该链接指向谷歌的缓存,因为原始链接不再对我有用。让我知道这是否有问题。
This slideshow may help. The author uses django and some xmpp items that can tag along with django's authentication. This sounds pretty perfect for you.
The link is to google's cache because the original link wouldn't work for me anymore. Let me know if this is a problem.
试试这个 - https://github.com/ hj91/Using-XMPP-to-post-content-on-blog-sms-facebook
xmpp 到 wp 博客海报机器人代码。
它接收传入的 xmpp 消息并将其发布到 worpdress 博客上。用 python 和 xmpppy 库编写
try this - https://github.com/hj91/Using-XMPP-to-post-content-on-blog-sms-facebook
xmpp to wp blog poster bot code.
it takes incoming xmpp message and posts them on worpdress blogs. written in python and xmpppy library