Monitoring server side DOM changes with node.js

I am wondering if it is possible to download a website, such as a twitter search results page , using node.js with jsdom and still be able to detect any changes in the DOM after the initial rendering.

Example:

home page

ByVZ6.jpg

Changed Page

f4LWv.jpg

Thank you for your help.

+3
source share
2 answers

, DOM, minified javascript Twitter , , js-, , jsdom. , jquery, .

, Search API Twitter, .

, !

+3

, API ( API) Twitter .

- (JS + dom + renderer), , PhantomJS :

http://code.google.com/p/phantomjs/

WebKit .

+1

Source: https://habr.com/ru/post/1794202/


All Articles