Live data from Hacker News

Yahoo’s Mojito is Now Open Source

developer.yahoo.com

1–10 of 38 posts

Re: Yahoo’s Mojito is Now Open Source

#2
OK, so it's MVC javascript (like backbone.js), with node.js in the backend, and some kind of move towards local storage + synchronization.

They say that it's not yet totally done. I'm guessing sync is the hard bit.

Re: Yahoo’s Mojito is Now Open Source

#6

Here are some of Mojito's existing Node.JS counterparts: * https://github.com/substack/dnode * https://github.com/tblobaum/nodeQuery * https://github.com/socketstream/socketstream

I wouldn't call those directly equivalent, although they are in the same space.

One of things Mojito is supposed to do is allow progressive enhancement (for performance, etc) by allowing you to define how much rendering takes place on the client and how much on the server.

Re: Yahoo’s Mojito is Now Open Source

#9
post #6

Here are some of Mojito's existing Node.JS counterparts: * https://github.com/substack/dnode * https://github.com/tblobaum/nodeQuery * https://github.com/socketstream/socketstream

I wouldn't call those directly equivalent, although they are in the same space. One of things Mojito is supposed to do is allow progressive enhancement (for performance, etc) by allowing you to define how much rendering takes place on the client and how much on the server.

That's what I gleaned too; maybe "alternative" would have been a better choice than "counterpart".

In one of my recent projects I used EJS and DNode to fairly easily implement a system for determining where the rendering takes place. I don't have anything to monitor connection quality & client capabilities though, so Mojito may prove useful when it matures.

Re: Yahoo’s Mojito is Now Open Source

#10
post #8
post #3

I was honestly expecting much much more. Yahoo has talent, and YUI was the best library out there when it was new.

YUI was released the same year as jQuery. Care to qualify that a bit? Edit: Had my dates wrong.

YUI was more extensible, followed (mostly) good JavaScript patterns (making heavy use of the module pattern), had relatively good cross-platform support and an easy to understand interface.

To top it off, the documentation was top notch.

Post reply on HN