I've been looking into Meteor and I'm really impressed so far. I'm thinking that the diff/collaboration capabilities of Google (now Apache) Wave would dovetail nicely with Meteor, and have seen / played around with the node implementation of Wave.
I'm wondering if anyone has looked into porting that node implementation of Wave into Meteor. Specifically, you'd need to use Redis, or change out Redis in the node-wave implementation with Mongo, and I'm questioning the best way to go about it...
Wondering what you think would be the best approach to doing so, and if you were to do it, where you'd begin (tweak the existing package, build a new one from scratch, etc)
thanks, and apologies if this is overly-vague.