samchon / typia

Super-fast/easy runtime validators and serializers via transformation
https://typia.io/
MIT License
4.62k stars 159 forks source link

Progression for fastify plugin #669

Closed tawanchaiii closed 1 year ago

tawanchaiii commented 1 year ago

Progression for fastify plugin

Hello @samchon. I found your article from this link

and I saw this. image

I know that you are developing the plugin to make Typia integrate with fastify.

I very interest your lib. I am looking for migrate my code that use Typebox for schema validation to typia.

Your typia is very interesting because, I can make a type with Pure Typescript

I want to know your progression of fastify plugin. If almost finish, pls point me to your references.

Thank you.

samchon commented 1 year ago

Currently, you can use fastify in NestJS with nestia, and it dramatically enhances performance.

This nestia was my 1st goal for supporting fastify.

About pure plugin of fastify, I'll start it at next month July.

tawanchaiii commented 1 year ago

@samchon Thank you for your reply. I hope that your lib will provide in official fastify docs soon 🙏