Node.js release fixes a critical HTTP security vulnerability
A new Node.js security release was published earlier today, 6th of February, 2020 which fixes one Critical severity and two High severity issues. (more…)
Read more »
Node.js runs JavaScript code in a single thread, which means your code can do one task at a time and can’t use multiple cores. To remedy this, Node.js introd… Read more