Yahoo’s Mojito is Now Open Source
developer.yahoo.com
Yahoo’s Mojito is Now Open Source
1–10 of 38 posts
Re: Yahoo’s Mojito is Now Open Source
#2They say that it's not yet totally done. I'm guessing sync is the hard bit.
Re: Yahoo’s Mojito is Now Open Source
#3Re: Yahoo’s Mojito is Now Open Source
#4* https://github.com/substack/dnode
Re: Yahoo’s Mojito is Now Open Source
#5Re: Yahoo’s Mojito is Now Open Source
#6Here are some of Mojito's existing Node.JS counterparts: * https://github.com/substack/dnode * https://github.com/tblobaum/nodeQuery * https://github.com/socketstream/socketstream
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
#7Re: Yahoo’s Mojito is Now Open Source
#8I was honestly expecting much much more. Yahoo has talent, and YUI was the best library out there when it was new.
Edit: Had my dates wrong.
Re: Yahoo’s Mojito is Now Open Source
#9Here 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.
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
#10I 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.
To top it off, the documentation was top notch.