Avatar of Mohammad-Ali A'râbi

Mohammad-Ali A'râbi

Software Engineer at AppTec GmbH
Software Engineer at AppTec GmbH·
Recommends
on
NestJSNestJS

I would also go with NestJS. I would say Java is unnecessarily complicated and limited. And Python is not typed. TypeScript is powerful and typed and goes well with NestJS, especially using RxJS.

Django does not enforce backend-frontend separation, which probably was a good thing back in the days, but not anymore. But on the other hand enforces the project structure to you, which I don't like.

READ MORE
5 upvotes·1 comment·248.5K views
Oziel Perez
Oziel Perez
·
November 16th 2022 at 4:52PM

The work around would be to use Django Rest Framework, but even then, I don't think Python is the best tool for web sockets/real-time stuff.

·
Reply
Software Engineer at AppTec GmbH·

TypeScript provides type safety and is preferred over JavaScript in all cases. In addition to type safety, one has a better syntax that helps with the readability of the code, as well as maintainability.

READ MORE
3 upvotes·138 views