Pubbie icon indicating copy to clipboard operation
Pubbie copied to clipboard

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

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>