koa-zod-router
Route builder
Builds typesafe routes with built-in input/output validation and middleware support for Koa applications.
Build typesafe routes for Koa with ease. Utilizes Typescript, Zod, and Koa-Router to provide an easy solution to I/O validation and type inference.
61 stars
1 watching
2 forks
Language: TypeScript
last commit: 4 months ago apiendpointhttpkoakoa-routermiddlewarenodejsrouterschemaschema-validationservertypescriptvalidationzod
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/router | Provides a flexible routing system for building web applications with Koa. | 871 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 447 |
robintail/express-zod-api | Simplifies building and validating APIs with input data schema validation and customizable middlewares. | 643 |
koajs/joi-router | A routing library for Node.js applications that provides input and output validation using Joi. | 450 |
ecyrbe/zodios | A library providing an API client and server with Zod-based validation and auto-completion features for TypeScript applications. | 1,718 |
flock-community/zod-endpoints | Contract-first API endpoint definition and schema validation | 174 |
robintail/zod-sockets | A TypeScript library that provides a Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers. | 62 |
jacobweisenburger/zod_utilz | Simplifies common tasks in Zod schema validation | 170 |
unix/koa-ts | A Koa2 application built with TypeScript, providing a best practice template for building robust and maintainable web applications. | 377 |
chrishoermann/zod-prisma-types | Generator for creating Zod schemas from Prisma models | 680 |
causaly/zod-validation-error | A utility library that wraps Zod validation errors in user-friendly readable messages. | 822 |
koajs/path-match | A simple routing wrapper around path-match. | 35 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 54 |
turkerdev/fastify-type-provider-zod | A library that integrates Zod schema validation and serialization with Fastify application servers. | 417 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |