> So the controllers > will expose the model as JSON and handle any input JSON; and my > AngularJS app consumes the service.
For exposing the model, there's a proposal for new dal methods here http://code.google.com/p/web2py/issues/detail?id=1301 A working prototype for testing: http://www.web2pyslices.com/slice/show/1592/exposing-a-db-model-for-client-side-processing --

