I've been doing this for well over a year now on my html5/js apps.
I have a custom data access layer that returns a promise.
The data access layer mocks RESTful services.
I have a databootstrap.js that gets put in local storage on app start, and hey presto a fully functional prototype....
Its definitely a great way to work, it really engages your client/end user and the feedback loop becomes smaller.
Once your done, your client side is mostly finished.
Comments
I've been doing this for well over a year now on my html5/js apps.
I have a custom data access layer that returns a promise. The data access layer mocks RESTful services. I have a databootstrap.js that gets put in local storage on app start, and hey presto a fully functional prototype....
Its definitely a great way to work, it really engages your client/end user and the feedback loop becomes smaller. Once your done, your client side is mostly finished.