WIAB is written in Java/GWT so there are no JS files in the source. Client files are located under: https://github.com/apache/incubator-wave/tree/master/src/org/waveprotocol/box/webclient - WIAB specific client stuff https://github.com/apache/incubator-wave/tree/master/src/org/waveprotocol/wave/client - generic/Wave model related stuff.
On Wed, Jan 15, 2014 at 4:36 AM, Jim Keener <j...@chogger.com> wrote: > Is there a good example of a client in the repository anywhere? I'm > trying to understand where the JS file(s) are that handle the communication > specifically (separate from the GWT ui?). > > Also, I remember there being a command line client many moons ago, but I'm > foggy about that. Does that still exist? > > I was also looking at http://www.waveprotocol.org/ > protocol/design-proposals/clientserver-protocol but I guess I need to > understand the rest of the system more before that would let me code a > client. > > Thanks for your help! > Jim >