On Friday, January 21, 2011 9:14:43 AM UTC+1, TornadoRocks wrote: > > Hi all, > I'm a newbie in Pubsubhubbub and its stuff. > > My question is, how do i host my own hub? ( as per what we have at the > reference hub : http://pubsubhubbub.appspot.com/ ) > > I was checking through http://code.google.com/p/pubsubhubbub/ and i > noticed that there's no general code for hosting my own hub? > > I understand that there's code for GAE but what if i would want to > host if on a general hosting service ? > > Advice or any how-tos available? >
The webglue implementation [1] is written in Ruby and very easy to follow. It can be deployed directly at Heroku giving you your very own PSHB server. With some Ruby knowledge you can be up and running in a few minutes. I've forked the repository to add some administrative features to make it a bit easier to debug applications using it. [1]: https://github.com/zh/webglue [2]: https://github.com/ <https://github.com/zh/webglue>trygvis/webglue -- Trygve
