Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
/ WebSub.NET Public archive

WebSub.NET is a set of libraries which aim at providing WebSub support for .NET platform

License

Notifications You must be signed in to change notification settings

tpeczek/WebSub.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - 2021 Tomasz Pęczek

Licensed under the MIT License

About

WebSub.NET is a set of libraries which aim at providing WebSub support for .NET platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages