Kiwi - A little javascript framework I wrote that saved me a lot of time (github.com)
I wrote Kiwi for a project I just launched. I think it is quite a solid base for something better, so I'm putting it out there for any potential collaborators. Needs some work, feel free to fork or critique :)
14 comments
[ 0.64 ms ] story [ 44.2 ms ] threadhttp://wiki.github.com/thoughtbot/jester/usage
in addition to mbrubeck's comment, i'd say that javascript has grown from merely providing neat actions to webpages, to being model, view and controller.
at my startup we (er, the other developer) ported/mimic'd django's mvc to javascript. we're building a firefox extension, so this is particular critical as the extension must provide the full mvc for the "website."
edit: as a ff extension, our models are backed by sqlite files. in jester and kiwi are models objects? that is, are these frameworks purely for client-side applications, or for javascript-server stuff?
I will definitely try this out when I get home tonight. For now, off to the beach!
Thanks!