Category: Nodejs

  • How cluster speeds up the apps build in node js?

    Hello, welcome to therichpost.com. In this post, I will tell you, How cluster speeds up the apps build in node js? Node Js is an open-source Javascript cross platform. Now came to, what is cluster? :- Cluster is the node js module, which is used to speed up the applications. Nodejs runs single threaded process, means one request at…

    cluster of Node.js
  • Important npm install commands

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you Important npm install commands. First you need to install Node.js on your system to run npm commands. First full for of npm is Node Package Manager. Here are some Important npm install commands. 1. This command is used to install node modules folder: npm…