Skip to content

A high performance pubsub client/server implementation for .NET Core

License

Notifications You must be signed in to change notification settings

davidfowl/Pubbie

Repository files navigation

Pubbie

feedz.io

Pubbie is a high performance volatile pub/sub implementation based on Bedrock.Framework.

Using CI builds

To use CI builds add the following nuget feed:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <clear />
        <add key="bedrockframework" value="https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json" />
        <add key="pubbie" value="https://f.feedz.io/davidfowl/pubbie/nuget/index.json" />
        <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
    </packageSources>
</configuration>

About

A high performance pubsub client/server implementation for .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages