Joined November 2015
·
Posted to
Eliminating Callback Hell in Node.js with Synchronize
over 1 year
ago
Man, finally I found an article where this concept is explained fast and good. I am working with zombie.js to build a scraper and I need to synchronize the actions.Thank you.
I have a question about this:
Can I build my nodejs application using this structure without any unknown considerations? This application will be a "daemon" that scrapes webpages every n b-hours or n-days.