DEV Community

Discussion on: What conventions & widely-accepted libraries exist for building complex backend Node.js apps?

Collapse
 
cubiclebuddha profile image
Cubicle Buddha

Tsoa has made life so much easier for me when Iโ€™ve had to build APIs that consumers could easily interact with (because tsoa builds the swagger doc for you). Also it verifies the input data at runtime which has saved a lot of pain and development cost.

Collapse
 
dzello profile image
Josh Dzielak ๐Ÿ”†

Thanks for sharing! Looks like some good conventions around models and controllers. Link to tsoa.