Credits
Lychee
Raclette is a Java port of lychee, the fast async link checker written in Rust by Matthias Endler and contributors. We follow lychee's design philosophy (filtering logic, quirks system, rate limiting, and overall architecture) and bring it to the JVM.
Libraries
Raclette is built on:
- JSoup for HTML parsing and link extraction
- java.net.http.HttpClient for HTTP requests with Java 21 virtual threads
License
Raclette is open source under the Apache License 2.0.