.Net
Ideas on how to create a concurrent webcrawler
Tldr: How do I go about creating a web crawler that runs iteratively and concurrently? I’m trying to write a web crawler in c# for my learning. I originally was going through a recursive BFS Read more…