DEV Community

Aakash Chaudhary
Aakash Chaudhary

Posted on

Which backend tools should I use?

I use NodeJs for I/O intensive backend system. And I want to know what if I want to build a computing and CPU intensive sytem? I need some recommendations about tools which I can use in that scenario!

Top comments (2)

Collapse
 
nicobobb profile image
Nicolás Bobb

If I need to build a real-time application and a CPU intensive system. I would choose the Golang language.
Go can offer you stability, concurrency, and performance. If each of these factors is critical to your application, your application may be one of the best use cases.

Collapse
 
psycoder01 profile image
Aakash Chaudhary

And What are your thougts on Python? Pros and cons !