Hi Thomas,
Instructions are at: http://www.waveprotocol.org/code
A good starting point would be to check out the code, and build and run WIAB
in development mode (ant compile-gwt-dev). In the debug log in the web
client, you'll see all the messages being transferred over the websocket.
The messa
On Sat, Jul 9, 2011 at 8:19 AM, Thomas Wrobel wrote:
>
> David Hearnden there said;
>
> "I would strongly encourage not building too much on the current protocol,
> since it has a number of known limitations. The new protocol is simpler
> and
> achieves a better separation of functionality. "
>
On Sat, Jul 9, 2011 at 3:15 AM, Joseph Gentle wrote:
>
>
> The client and server talk by sending protobuf messages encoded as
> JSON over a socket.io connection. Protobufs are quite formally defined
> - so you can see what the messages look like by looking at a few
> files in the repository:
>
>