Hi
The Wave In a Box server communicates protobuf messages with the client via
websockets, however, there's no real API underneath, The client-server
protocol is somewhat coupled to specific implementation of the
client/server.
There's also a Wave Robot/Data API protocol - which is json over HTTP,
however it doesn't provide real live data updates like the client-server
protocol.
For more info on Wave design/architecture -
https://cwiki.apache.org/confluence/display/WAVE/Wave+In+a+Box+Design
https://cwiki.apache.org/confluence/display/WAVE/Wave+Summit+Talks
For info about Wave Robot/Data API - l
http://www.waveprotocol.org/wave-apis/google-wave-data-api/http-protocol
Example of robot using Robot API - https://github.com/vega113/TestRobot


On Mon, Jan 27, 2014 at 4:10 PM, Basavaraj <raj...@gmail.com> wrote:

> Hi
>
> where can i find more details/design/code about interfacing with WAVE using
> web sockets
>
> does wave support node.js based web socket interoperability?
>
> ~BAS
>
>
> On Thu, Dec 5, 2013 at 1:47 AM, Felix Wackernagel <
> felix.wackerna...@gmail.com> wrote:
>
> > The wave robot API support no realtime communication. It is a
> > request-response mechanismus. For realtime uses wave websockets with
> > special protocol buffer messages in json encoded.
> > Am 04.12.2013 18:32 schrieb "Basavaraj K N [MaGE]" <
> > basavaraj...@manipalglobal.com>:
> >
> > > Hi
> > >
> > > I am trying to do basic CRUD operations with Wave over HTTP GET/POST
> > > methods
> > >
> > > However so far have not found any document with such APIs for wave
> (have
> > > found JSON - RPC calls but which methods to call not documented)
> > >
> > > Can someone guide me to same? I am trying to build a real time public
> Q &
> > > A forum using Wave store as my underlying Data store
> > >
> > > Thanks
> > > Basavaraj
> > >
> > >
> > > Mailgate Notification
> > > ---------------------------------------------------------------------
> > > Note: Our email domain has moved to @manipalglobal.com
> > >
> > > DISCLAIMER
> > > ---------------------------------------------------------------------
> > > This email is for the sole use of the Manipal Group & its Entities and
> > may
> > > contain confidential and privileged information. Any unauthorized
> review,
> > > use, disclosure or distribution is prohibited. If you are not the
> > intended
> > > recipient, please contact the sender and destroy all copies of the
> > original
> > > message.
> > >
> > > MailGate uses policy enforcement to scan for known viruses, spam,
> > > undesirable content and malicious code.
> > > --------------------------------------------------------------
> > > ---------------------------------------------------------------------
> > >
> > >
> >
>

Reply via email to