Skip to content

gottscj/Mongo.SignalR.Backplane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo.SignalR.Backplane

MongoDB backplane for SignalR scale out

Installation

To install Hangfire MongoDB Storage, run the following command in the Nuget Package Manager Console:

PM> Install-Package Mongo.SignalR.Backplane

Usage ASP.NET Core

var client = new MongoClient("mongodb://localhost:27017");

builder.Services
    .AddSignalR()
    .AddMongoBackplane(client); 

About

MongoDB backplane for SignalR scale out

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages