Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 236 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 236 Bytes

WebCrawler

A super simple c# web crawler using System.Threading.Channels

Creates a publisher (Channels writer) and subscriber (Channels Reader) and uses a queue for managing urls. By default it restricts crawling to a single domain.