5 ms·
Have you checked out PubSubHubbub project? http://code.google.com/p/pubsubhubbub/ http://code.google.com/p/pubsubhubbub/ It looks like there's a lot of overla
by rcoder 17y ago
Have you checked out PubSubHubbub project?
http://code.google.com/p/pubsubhubbub/ http://code.google.com/p/pubsubhubbub/
It looks like there's a lot of overlap with the feature set you need, as well as the advantage of some extra documentation + testing. It's a Python WSGI app, instead of Sinatra/Rack, and the data over the wire is encoded as Atom, but there could be some useful lessons to work from at least.
- jcapote 17y agoNo I haven't, but I am now, thanks. (This is a particularly hard problem domain to google for)