I am new to node.js
and am currently setting up the environment, choosing which modules I will use etc.
During my research I found the Q
module - which I really appreciate because of both the simplicity of the code and the structure itself.
I started to search for some discussion about the pros and cons of using promises with node.js. But, unfortunately, I could not find many information. Now I ask myself why.
Do you recommend using promises
with node.js
? Or are there any known disadvantage what might should stop me from using it?