3
votes
4answers
179 views

what libraries or platforms should I use to build web apps that provide real-time, asynchronous data synchronization between clients?

This is a less a question with a simple, practical answer and more a question to foster discussion on the real-time data exchange topic. I'll begin with an example: Google Wave is, at its core, a ...
1
vote
1answer
265 views

How to build a client to Google wave

By looking at current Google wave APIs, I can't find a way to create an alternative client. It's not a robot or gadget, and the embed API is very slim. Nevertheless, I do see some clients out there ...
1
vote
1answer
852 views

bidirectional google wave jabber gateway for google talk or ichat

I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google talk. The advantage is that ...
1
vote
1answer
576 views

wave bot and xmpp bot?

Wave protocol bot is just like any typical xmpp agent bot / component bot right? Can wave bots used on other places or use bosh and create webclient to consume the bot? Is wave protocol bot library ...