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

Chicago, IL
@stefanhoth steal('./views/myview.ejs')
@stefanhoth steal('./controllers/foo_controller','./models/foo.js'). You shouldn't have a controllers folder anyway.
@stefanhoth what to load? I'm not sure what you mean. steal('foo.js','foo.css')
Just added updated handlebars.js to mustache-javascriptmvc github.com/tdreyno/mustache-…. If you're using mustache || handlebars would love feedback
1
The new steal has no plugins, controllers, models, views, less, css, or coffee functions. It only has steal (.then === steal). Simplicity.
1
1
Converted a client app (200 files) to latest steal in 1st 2 hours of flight. Tests pass, app builds. 2nd half spent w/ the subtle knife.
1
1
Automatic Google crawlable sites in the next JMVC release: github.com/jupiterjs/javascr…
6
4
Replying to @donejs
@javascriptmvc Where have you been all my life? youtube.com/watch?v=XwId1ZHT…
4
3
DoneJS retweeted
“Mozilla believes that the web can displace proprietary, single-vendor stacks for application development.” <3
14
Working on some pretty cool feature portability with JavascriptMVC and Thin Server Architecture http://youtu.be/XMkIZZ7dBng
2
1
Replying to @donejs
@javascriptmvc is awesome :)
1
Make els draggable: 1) steal jquery/event/drag 2) add a draginit action in controller like “.target draginit” goo.gl/YXNvK #jmvctip
5
@stefanhoth some examples in our eventual docs github.com/jupiterjs/steal/b…
@tysoncadenhead my gist overview shows this. Use client models w/ getter/setters and events. Set and forget.
just merged async branch into master, which means DONT UPDATE TO MASTER until after you read this post: forum.javascriptmvc.com/topi…
2
1
Almost ready to merge async into master thanks to @brianmoschel.
Replying to @donejs
@javascriptmvc thanks for your great work! The new tweetedtimes.com is solidly based on JavaScriptMVC.
2
1
1
Easiest way to mock services for findOne/All requests is $.fixture.make. Supports offset, limit, order, filter goo.gl/xqH7F #jmvctip
1
Working on a better history routing system based around $.Observe. Will work with steal's page generator for crawlable Ajax apps.
To bind an event outside a controller’s parent element (a window click) use "{window} click", unbinds when controller is removed #jmvctip
2
1