Re: [nodejs] Data validation

2013-01-21 Thread Glenn Block
https://npmjs.org/package/forms On Friday, January 18, 2013, Alan Hoffmeister wrote: > Hello fellows! > > How are you doing data validation like forms and other user inputs? I know > that there is some modules to do that but my intention is to do a > brainstorm to gather ideas for a new module th

Re: [nodejs] Data validation

2013-01-18 Thread Jake Verbaten
I use a module called valid-schema ( https://github.com/Colingo/valid-schema ) It basically turns a JSON schema declaration into a validation function that either returns null or a list of validation errors. The unique thing about it is that every validator is just an arbitrary function so you e

[nodejs] Data validation

2013-01-18 Thread Alan Hoffmeister
Hello fellows! How are you doing data validation like forms and other user inputs? I know that there is some modules to do that but my intention is to do a brainstorm to gather ideas for a new module that I'm developing. Thanks. -- Att, Alan Hoffmeister -- Job Board: http://jobs.nodejs.org/ Po