PubSubHubbub(以下PuSH)は、フィードの更新をリアルタイムに通知するためのプロトコルである。ウェブ上にころがっている"PuSH"の情報は、"Pub" の部分を実装する方法か、「PubSubHubbub の本家GAE実装を手元でうごかしてみたよ」という記事しかなくて、"Sub"を... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. This bot periodically sends smart HTTP GET against cpan.cpantesters.org fast CPAN mirror to get semi-realtime updates. The delay is usually less than a min... 続きを読む
ここのところwebのことからはさっぱりはなれてたのでTwitter / Ken Nishimura: PubSubHubbubがWebhookよりいい点って …をきっかけにクライアントサイドのjavascriptでなにかするという観点からPubSubHubbubとWebhookとWeb Socketについて調べた。 PubSubHubbub... 続きを読む
(先週 subscriber 対応したLDRに続いて) livedoor ブログも PubSubHubbub に publisher 対応しました。 PubSubHubbub は分散型の更新ping のようなものです。Publisher は Hub に更新を通知し,Subscriber は Hub から更新通知を受け取ります。Publisher は Hub... 続きを読む
_ tDiary用PubSubHubbubプラグイン ダウンロード - makerss2_psh.rb tDiaryのPubSubHubbub対応プラグインを書いていたら、いつの間にかmakerss.rbのRSS2.0対応パッチを書いていたんだぜ。な、何を言ってるかわからねーと思うが(ry tDiaryで日記の更新をPubSubHu... 続きを読む
先月行われた本誌のリアルタイムストリームCrunchUpイベントでデビューしたPubSubHubbubは、聴衆のほぼ全員が即座にそのすばらしさに気付いたサービスだ。要は、どんなフィードでも読み込んだら、この情報収集に特化した新しいハブを使って、さまざまなソースで... 続きを読む
PubSubHubbubでフィード更新を通知するのが流行りだしているので、Plaggerのプラグインをいぢってみました。まず、フィードに というリンクを入れる必要があるので、Publish::Feedに --- Feed.pm.orig 2006-12-05 16:01:29.000000000 +0900 +++ Feed.pm 2009-08... 続きを読む
IntroductionHere are all the potential places PubSubHubbub could be used in Google products and the current status, if any... 続きを読む
Wednesday, August 05, 2009 by Mihai Parparita Speed is very important at Google, and the Reader team is no exception. One way in which we take speed into account is to try to make consumption of feeds be as efficient as possible. We also want... 続きを読む
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
pubsub via webhooks, or "twitter" for your applications Example: Create a channel: → POST /channels ← { 'id':'2d0128d' } Add subscribers: → POST /subscribers data={ 'channel':'2d0128d', 'url':'http://api.otherservice.com/your-message-handl... 続きを読む
A simple, open, web-hook-based pubsub (publish/subscribe) protocol & open source reference implementation that runs on App Engine. Decentralized and free. Anybody can run a server or anybody can use an open server (like our reference implemen... 続きを読む
Welcome to the demo PubSubHubbub reference Hub server! PubSubHubbub is a simple, open, web-hook-based pubsub (publish/subscribe) protocol. Decentralized and free. Anybody can run a PubSubHubbub server or anybody can use an open server. PubSub... 続きを読む
Abstract An open, simple web-scale pubsub protocol, along with an open source reference implentation targetting Google App Engine. Notably, however, nothing in the protocol is centralized, or Google- or App Engine-specific. Anybody can play. ... 続きを読む