Client-side (example)
JavaScript framework: Ember.js, AngularJS or KnockoutJS
Server-side (example)
Python-based: Flask, web2py, Django; or Ruby-based: Rails, Ramaze, Sinatra
Are there any open-source server-side libraries which can take database schemas (Models); and generate—MVVM or MVC—client-side forms?
Specifically looking for code generation of:
- JSON HTTP RESTful API endpoints
- Form validation with callbacks in stateless JavaScript