Your App, Done. A JS Framework that makes it easy to build high performance, real time web and mobile apps. (formerly JavaScriptMVC)

Chicago, IL
when we used #javascriptmvc back in the day people laughed at our use of a js framework, now js is the defacto standard language of the web
1
Thinking about renaming JMVC (framework w/ everything) and jQueryMX (mvc parts) to CookbookJS+RecipeJS or BakeryJS+ButterJS. Thoughts?
4
2
Got a version of MVC parts at 6.92 KB. Add in route and hashchange, it's 8.46KB.
1
1
DoneJS retweeted
Looking forward to joining the team at @jupiterjs, makers of @javascriptmvc, starting next week #fb
1
2
DoneJS retweeted
Looking for #JavaScriptMVC websites to showcase on our new jupiterjs.com website...message me if you have one!
3
2
1
An observe's properties are now accessible directly: new $.Observe({foo: 'bar'}).foo -> preparing for $.Observe('jQuery.Model')
Here's what I mean by blocks in EJS: forum.javascriptmvc.com/#Top…
EJS now supports blocks in master.
1
Replying to @shmushruum
@mirlord I think you will find the new steal much much much much much more straightforward.
Removed openajax publish from model. Use events instead :-)
1
@MIKA_GMR no, but the model store is for real time fun.
Goals for the download size of various JMVC components: github.com/jupiterjs/javascr…
2
1
Replying to @donejs
@javascriptmvc the examples are getting beter thnx !
1
1
What code would you most like to understand in JavaScriptMVC? I'm in the mood for some inline commenting. ($.Controller has them already)
Cleaned up EJS so @polgfred can make CJS (coffescript version of EJS (which is a copy of ERB) ) /cc @sstephenson github.com/jupiterjs/jquerym…
1
If you haven't already, take a look at JMVC's new examples page: javascriptmvc.com/docs.html#… We wrote up 4 great example apps. Everything on 3.2.
1
2
3.2 $.Controller - Templated Event Binding Goodness: jupiterjs.com/news/3-2-contr…
3
2
$.Observe can turn any plain js object or array into an observable. Listen to property changes with bind or delegate.
1
3.2 fixtures can be written $.fixture('/todos/{id}.json',function(){...}). Finally, templated fixtures!
1
Call 3.2 controller's update method with new options to rebind templated event handlers.
1