WebSub.NET
WebSub.NET is a set of libraries which aim at providing WebSub (a common mechanism for communication between publishers and subscribers of Web content) support for .NET platform.
WebSub.NET Subscriber Preview
WebSub.NET Subscriber is currently in preview.
- The WebSub subscriber preview package is available on NuGet and MyGet.
- The ASP.NET WebHooks WebSub subscriber receiver is available on NuGet and MyGet.
- The ASP.NET Core WebHooks WebSub subscriber receiver is available on MyGet.
In order to use packages from MyGget you need to add a NuGet.Config to your app with the following content:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="dotnet-core.myget.org" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="websubdotnet.myget.org" value="https://www.myget.org/F/websubdotnet/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by buying me a coffee.
Copyright and License
Copyright © 2018 - 2020 Tomasz Pęczek
Licensed under the MIT License

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

