Express-zod-API – Zod based Node.js framework
A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes. - RobinTail/express-zod-api... (more…)
Read more »Recently I found myself researching for ways to run an async function in the main thread in a blocking and synchronous fashion. Read more