简体   繁体   中英

JavaScript validation that works both on client and Node.js server?

使用相同的JavaScript代码在客户端和服务器端(Node.js)验证两者有什么选择?

Take a look at revalidator . It is described as "A cross-browser / node.js validator used by resourceful and flatiron."

None, you are validating entirely different criteria on the server-side. Client-side validation is purely user-acceptance criteria and has nothing to do with security. Server-side validation almost exclusively concerned with security.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM