You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A simple c# web crawler using System.Threading.Channels