getlarge / ticketing

Microservices example using NestJS, Kubernetes in Nx workspace
85 stars 18 forks source link

refactor: consider `typia` and `nestia` #23

Open getlarge opened 9 months ago

getlarge commented 9 months ago

They both seem great candidates to :

This results in classes containing fewer decorators and more performant validation steps.

I already successfully tested Nestia integration in this app.

References

getlarge commented 9 months ago

One potential blocker: Nestia does not provide decorators for TypedMessagePattern and TypedEventPattern; an issue has already been created.

I might consider creating custom decorators following recipes for TypedRoute => TypedBody