lcoq / ember-validations

Ember-Validations - An Ember.js library for handling object validations
MIT License
122 stars 25 forks source link

Question: What is the best way to tie into serverside validation? #25

Open brian-gates opened 11 years ago

brian-gates commented 11 years ago

I'm using node.js and would like the server and client to share the validation rules so they're on the same page. Any thoughts on how this can be accomplished?