Node.js provides us with a very easy way to create a quick server so we don't have to use other's such as Apache or IIS.
This sounds very good but... how secure is node.js server? Can we compare ISS or Apache with node.js which born just a few years ago ?
I've been reading similar questions and some posts about it and they don't seem to inspire much confidence in terms of security. Most of these post are not so recent. Has node.js improved its security during these last years to be able to be used in secure production sites?
It seems to be a large number of big companies making use of node.js but... is it needed an extra effort to secure a site?
I guess using some frameworks such as Express might help on this topic but I'm not sure until which extent.