jsdom + jQuery in 5 lines with node.js


jsdom + jQuery in 5 lines with node.js

So to sum up here, there are some key benefits that doing your screen scraping with node.js, and jsdom provide:

* Works with the same battle-hardened DOM libraries used in production every day.
* Node.js is blazing fast and designed for exactly these kind of highly asynchronous coding tasks.
* Easy to use and deploy with new tools like nodejitsu.

Related Posts