Project developed using Java SE 17 and Maven 3.8.1 for the Udacity Advanced Java Programming Techniques Course. This Parallel Web Crawler Application was upgrated from a legacy single-threaded web ...
A simple command-line web crawler built in Java using JSoup. It starts from a given URL, visits each page on the same domain, and prints all discovered links. You can simply run the above script and ...