From 9818d0eba1a5877a2b1917296d018a8b4e31b211 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 1 Jul 2024 12:57:01 -0700 Subject: [PATCH] Add zod-sockets (#3609) --- README.md | 1 + deno/lib/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8aa54d2ee..22fde6363 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