Hacker News new | ask | show | jobs
by lmcarreiro 2746 days ago
To take the best that it offers, don't forget to use asynchronous calls from the top to the bottom of your code.
1 comments

Right, it determines ability to scale. For instance, time to time I had a timeout error while connecting to Redis even on low load. After rewriting to async-await the issue has gone.