You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ky...@gmail.com on 2009/02/26 19:55:20 UTC

pubsub capabilities

I was wondering if anyone had some experience writting gadgets which make  
use of the pubsub features. We have been unsuccessful getting two gadgets  
to be able to send a message over a channel out of the box.

I did see the pubsub sample located under  
javascript/container/sample-pubsub.html. But it would appear that this  
pubsub is being handle via the container instead of by Shindig. In this  
case the publisher and subscribers are also hard coded for the container  
versus dynamically registered.

Thanks,

- Kyle

Re: pubsub capabilities

Posted by Tim Thelin <tt...@google.com>.
Does normal RPC work for those gadgets already?  pubsub is just a fancy
layer on top of normal RPC.  pubsub also requires some container support;
which container are you using?

On Thu, Feb 26, 2009 at 10:55 AM, <ky...@gmail.com> wrote:

> I was wondering if anyone had some experience writting gadgets which make
> use of the pubsub features. We have been unsuccessful getting two gadgets to
> be able to send a message over a channel out of the box.
>
> I did see the pubsub sample located under
> javascript/container/sample-pubsub.html. But it would appear that this
> pubsub is being handle via the container instead of by Shindig. In this case
> the publisher and subscribers are also hard coded for the container versus
> dynamically registered.
>
> Thanks,
>
> - Kyle
>