From 44c88cfddf5d41ae4486c9637e3e9b9438ee30ce Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 1 Jul 2024 12:55:03 -0700 Subject: [PATCH] Add zod-sockets --- README.md | 1 + deno/lib/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f978fd670..5a73fa725 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. - [`tapiduck`](https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler. - [`koa-zod-router`](https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. +- [`zod-sockets`](https://github.com/RobinTail/zod-sockets): Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs #### Form integrations diff --git a/deno/lib/README.md b/deno/lib/README.md index f978fd670..5a73fa725 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -428,6 +428,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. - [`tapiduck`](https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler. - [`koa-zod-router`](https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. +- [`zod-sockets`](https://github.com/RobinTail/zod-sockets): Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs #### Form integrations