Runtyping Alternatives
Similar projects and alternatives to runtyping based on common topics and language
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
generate-runtypes
A code generator for Runtypes types. Perfect to create tooling to generate code for Runtypes!
-
-
resolvers
📋 Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox and nope.
-
nest-clean-architecture
🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming.
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
runtyping reviews and mentions
-
How do you handle runtime validation / API documentation?
You could try zod for runtime validation and types with zod-openapi to derive open API schema from the validator. An example of the alternative approach is something like generate-runtypes or runtyping to generate runtypes validators from a JSON schema (and separately generate the Open API definitions from the JSON schema).
Stats
johngeorgewright/runtyping is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of runtyping is TypeScript.