DEV Community

Discussion on: Creating your first Node.js REST API with Nest and Typescript

Collapse
 
kyriakosmichael profile image
Kyriakos Michael

I always had fear of starting with a Typescript First Framework. I gave Nestjs a try, and I'm really happy with the Developer Experience!

Build this API in less than 10 minutes, and I notice .spec.js File are being generated too!
This is a great approach to helping developers writing Test-Driven backends!

Nestjs got my attention!

Collapse
 
softchris profile image
Chris Noring

Yea I have the same experience with Nest, it just works :)