A performant type-checker for Python 3.
Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providing instantaneous feedback to developers as they write code. You can try it out on examples in the Pyre Playground.
Related contents:
Flow is a static type checker for JavaScript.
VineJS is a form data validation library for Node.js. You may use it to validate the HTTP request body in your backend applications.