DEV Community

Discussion on: What STACK do you choose and why?

Collapse
 
ctrlshiftbryan profile image
ctrlshiftbryan

You also might consider node express.js for your backend. Other languages no longer have the huge advantages over JavaScript or especially typescript that they use to.

There is a lot of over head and cost two using two different languages and eco systems. Once everything is typescript moving logic from server to client or back and forth is trivial.

Collapse
 
shadowcraze90 profile image
Shadowcraze90

Have you tried NestJS? Recently built a backend with it and it was awesome. Don't think I'll use a different back end for a long time. It's basically a Typescript abstraction on top of Express (or fastify). Everything went very smoothly for me.

Collapse
 
yobretyo profile image
Bret

Not yet, I’m not too sure yet on for what reason to use it.