1 Repo
Interfaces that handle the asynchronous communication between a frontend validator and a remote server.
Distinct from Remote Management Interfaces: Candidates focus on trading, hardware, or system administration; this is a web-form validation communication layer.
Explore 1 awesome GitHub repository matching web development · Asynchronous Validation Interfaces. Refine with filters or upvote what's useful.
Parsley.js is a JavaScript form validation library that provides a client-side data validator for verifying input correctness before submission. It functions as an HTML attribute-based validator, allowing constraints to be defined declaratively within HTML data attributes to enforce rules without requiring custom scripts. The framework distinguishes itself through a customizable validation system that supports user-defined rules and custom error message templates. It includes a remote validation interface to verify form values against server endpoints via asynchronous network requests and sup
Implements a remote validation interface to check form values against server endpoints using asynchronous network requests.