TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PubSubHubBub

3 点作者 adharma将近 16 年前
I'm trying to implement real time chat engine with PubSubHubBub as the core in Rails. My question is what I need to do to or read to achieve this task ? Where I'm gonna start ? What knowledge do I need to know first because I'm really really newbie in this field and like to play with it... or are they any realtime chat engine that is fully compatible with Rails other than pshb ?

1 comment

babyshake将近 16 年前
It's really very simple, based on some HTTP basics: <a href="http://pubsubhubbub.appspot.com/" rel="nofollow">http://pubsubhubbub.appspot.com/</a><p>With python it would be easiest for a newbie because there are open source applications for all three components - publishers, consumers, and the hub.