Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/radu-matei/signalr-dependency-injection-autofac
- Owner: radu-matei
- Created: 2015-08-23T19:06:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T13:21:49.000Z (over 8 years ago)
- Last Synced: 2023-03-06T07:12:21.556Z (over 1 year ago)
- Language: C#
- Size: 189 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SignalR Dependency Injection using Autofac
This project demonstrates the use of DI in SignalR using AutofacThe purpose is:
- to inject dependencies in SignalR Hubs
- to avoid using the `GlobalHost` global property to retrieve hub context and to inject the `IConnectionManager`