Hacker News new | past | comments | ask | show | jobs | submit login
A dive into Google Wave (intertwingly.net)
18 points by mariorz on May 31, 2009 | hide | past | favorite | 2 comments



I don't think Google has been very clear about what Wave really is. There are several components:

* The Wave Protocol (http://www.waveprotocol.org/) is the heart of the system, and IMO the most interesting part. It's an extension to XMPP, and roughly analogous to SMTP if you're comparing Wave to email. Google will be open sourcing a version of their Wave Protocol server.

* The Google Wave client is a GWT application that uses a custom Comet-ish protocol over HTTP to communicate with the server. Analogous to Gmail's web interface or any other email client. I expect this will be open sourced as well, since the Wave Protocol server is useless without a client.

* The "robot" API is the JSON-RPC protocol that lets programs interact with Waves to do interesting things like spell checking and translation ("Spelly" and "Rosy" are Google's implementations, likely remaining proprietary). This is separate from the Wave Protocol, but may become a de-facto standard. IMO this is the second most interesting part of Wave. I don't think there's anything quite like this in existing email system (custom server-side spam filters and such?)

* The "gadgets" API lets you embed untrusted code to add functionality in Waves.

* The "embed" API lets you embed a Wave on a webpage, a la the Google Maps API.

Looking at the API docs gives a rough overview of the last 3 (http://code.google.com/apis/wave/guide.html) and waveprotocol.org covers the first. There's not much info about the GWT client yet.


I really have no idea what he's talking about. Is that some sort of code?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: