Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radu-matei/signalr-dependency-injection-autofac

SignalR Dependency Injection using Autofac
https://github.com/radu-matei/signalr-dependency-injection-autofac

Last synced: 23 days ago
JSON representation

SignalR Dependency Injection using Autofac

Awesome Lists containing this project

README

        

# SignalR Dependency Injection using Autofac
This project demonstrates the use of DI in SignalR using Autofac

The purpose is:
- to inject dependencies in SignalR Hubs
- to avoid using the `GlobalHost` global property to retrieve hub context and to inject the `IConnectionManager`