phantombuster / nickjs

Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
https://nickjs.org
ISC License
500 stars 48 forks source link

calling nick.exit() closes chrome process and node process #54

Closed spearmootz closed 4 years ago

spearmootz commented 5 years ago

use case is where i want a process to run chrome to do web scrapping and the close it when done. when nick.exit() is called node process also closes.

msaus commented 5 years ago

@spearmootz If you really want to use nick.exit() then you better go for pm2. It will auto-restart when node process is killed.

paps commented 5 years ago

Related reading: #26, #27