Hi Thomas,

Not that i understand what Joseph has achieved (yet) but I get the feeling
that his code could support your use case. IIRC, Wavelets were just OT
Documents with user interface conventions wrapped around them, and my
understanding is Joseph's code supports multiple documents.

brett

On Tue, May 10, 2011 at 8:34 AM, Thomas Wrobel <darkfl...@gmail.com> wrote:

> This is pretty darn cool.
> For our own project we pretty much need all of wave (at least,
> concurrent federated multiple editors each user having their own
> subscriptions to various waves, different users posting seperate
> wavelets with in it).
>
> Still, I can see *so* many uses for this. You could, for example, use
> it to concurrently edit 3d data stored in a xml like fornat (x3d for
> example) - multiplayer 3dsmax anyone? :P
>
> -Thomas
>
>
> ~~~~~~
> Reviews of anything, by anyone;
> www.rateoholic.co.uk
> Please try out my new site and give feedback :)
>
>
>
> On 10 May 2011 17:18, Joseph Gentle <jose...@gmail.com> wrote:
> > Dear wave refugees!
> >
> > As many of you know, I really want wave's technology to be usable in
> > other situations. So I made ShareJS - a NodeJS server & javascript
> > client for doing concurrent editing with arbitrary data.
> >
> > Here's a simple concurrent wiki built on top of sharejs:
> > http://sharejs.org:8000/wiki/Main
> > Open it in a couple browser windows & you can do google wave style live
> editing.
> >
> > Its wave's OT technology, rewritten in coffeescript.
> >
> > The software stack is type-agnostic. At the moment I'm working on
> > writing OT code for arbitary JSON objects, so you should be able to
> > whip up complex concurrent apps like route planners, spreadsheets, ...
> > or, whatever :)
> >
> > Its pretty early days for sharejs - there's currently no undo support,
> > no authentication and no rich text. You should help out. At ~2000
> > lines of code (+ tests), sharejs has 100 times less code than wave in
> > a box. And its written in coffeescript (need I say more?)
> >
> > If you can think of anything particularly cool that you want to do
> > with sharejs, drop me an email. I'll tell you which features are
> > missing and how you can help write them. Lets make wave's legacy a
> > whole bunch of awesome software.
> >
> > Code:
> > https://github.com/josephg/ShareJS
> >
> > MOAR DEMOS:
> > http://sharejs.org:8000/
> >
> > Cheers
> > Joseph
> >
>

Reply via email to