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 algorithm. Pay attention to the way we’re going to define that in the following code block:

Get hands-on with 1200+ tech skills courses.