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!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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.
And What are your thougts on Python? Pros and cons !