Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages