vmarchaud
Member since Mar 15, 2017
- Profile: /members/13470-vmarchaud.htm
- URL: https://github.com/vmarchaud
- Comments: 1
Recent Blog Comments By vmarchaud
-
Hello World: Concurrency In Node.js Using The Cluster Module
Posted on Mar 15, 2017 at 3:38 PM
@Ben, PM2 allow you to launch your application with the nodejs cluster without having to add the whole logic. Its pretty simple, you just need to start your application with : `pm2 start app.js -i 2` where 2 is the number of worker. For those who are reading this and are interested : http://pm2.ke... read more »