Feeling stupid as I just found http://code.google.com/p/pubsubhubbub/wiki/Hubs - the Twisted hub looks interesting, that would mean bye bye GAE and stuff like that straight away :D
PS. I see you have competition with Ayup ;) On Thursday, July 5, 2012 9:14:58 PM UTC+1, Martin B. wrote: > > I'd actually be also interested in this - so far I was only able to find > the GAE Python-based implementation of the hub. I saw one other in Java, > but not really interested, I doubt there are actually other Python > implementations? (or maybe PHP, though that doesn't sound like a good fit > to me). > > Cheers > > On Thursday, July 5, 2012 5:49:27 PM UTC+1, Julien wrote: >> >> Nate, >> >> The Google App Engine hub is really intended at running on GAE. I'm not >> trying to discourage you from this, but there is a lot of complexity >> involve in doing so. There are other hub software in more languages that >> may be easier to implement/setup (specially if you're not experienced with >> GAE). >> There are also hosted solutions. >> >> Please tell us more about why you want to run a hub and we cna maybe >> point you to the best solution. >> >> Thanks, >> >> julien >> >> >> >> On Wed, Jul 4, 2012 at 9:23 AM, Nate A <[email protected]> wrote: >> >>> Hello, >>> I want to setup a hub locally to test my publisher and subscriber. I >>> have found two pages with instructions how to setup a hub: >>> The first one in the pubsubhubbub wiki [1] and the second on [1] through >>> a link on github [3]. >>> >>> The first one fails when I run >>> >>> bash setup.sh >>> >>> the second one in Step 3. When I open “http://localhost:8080/” >>> >>> >>> Can anybody give me instructions or a link to instructions on how to setup >>> a hub for development? >>> >>> >>> [1] >>> https://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide >>> [2] >>> http://www.liangeugene.com/2011/02/running-pubsubhubbub-on-ubuntu-10-04-python-2-6/ >>> [3] https://github.com/marianoguerra/pshb-example/issues/1 >>> >>> Thank you >>> Nate >>> >> >>
