samchon / typia

Super-fast/easy runtime validations and serializations through transformation
https://typia.io/
MIT License
4.11k stars 142 forks source link

Simpler NestJS use case #1046

Open RDeluxe opened 3 weeks ago

RDeluxe commented 3 weeks ago

Feature Request

Hello there!

I found out about Typia and I'm excited to try it out. However for some of our projets I would prefer to add Typia on top of Nest via a simple Pipe, rather than installing Nestia and replacing all NestJS default routing system.

I could probably do a PR to add this to the official documentation, as an "alternative and less magical" way to add Typia to an existing NestJS project. But I was wondering if you had a simple implementation in mind.

samchon commented 2 weeks ago

You don't need to replace whole NestJS routing system.

Nestia is just helper library of NestJS, so that compatible with it.

Just choose what you want.