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 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>
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 © 2018 - 2021 Tomasz Pęczek
Licensed under the MIT License