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.
57 stars
1 watching
3 forks
Language: TypeScript
last commit: about 2 months ago apiendpointhttpkoakoa-routermiddlewarenodejsrouterschemaschema-validationservertypescriptvalidationzod
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/router | Provides a flexible routing system for building web applications with Koa. | 867 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
robintail/express-zod-api | A framework to simplify API development by providing input validation and schema-based middlewares. | 635 |
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,696 |
flock-community/zod-endpoints | Contract-first API endpoint definition and schema validation | 172 |
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. | 61 |
jacobweisenburger/zod_utilz | Simplifies common tasks in Zod schema validation | 164 |
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 | Generates Zod schemas from Prisma models with validation options | 657 |
causaly/zod-validation-error | A utility library that wraps Zod validation errors in user-friendly readable messages. | 812 |
koajs/path-match | A simple routing wrapper around path-match. | 35 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 51 |
turkerdev/fastify-type-provider-zod | A library that integrates Zod schema validation and serialization with Fastify application servers. | 409 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |