I just came to know about pm2 in node.js and I successfully launched my app using pm2 but I don't know how to access the app console,Please help me
Accepted Answer:
I am not sure that there is a way to connect to a "console" when you're running your app via PM2. In general you should get your app working from a standard console and once you are ready to launch, use PM2, screen o...