Sequential Execution: Crawling of Links
Learn about the sequential crawling of links using a sequential asynchronous iteration algorithm.
We'll cover the following...
Sequential crawling of links
Now, we can create the core of this new version of our web spider application, the spiderLinks()
function, which downloads all the links of an HTML page using a sequential asynchronous iteration ...