Book Image

SignalR Real-time Application Cookbook

By : Roberto Vespa
Book Image

SignalR Real-time Application Cookbook

By: Roberto Vespa

Overview of this book

Table of Contents (18 chapters)
SignalR Real-time Application Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Analyzing Advanced Scenarios

In this chapter, we will cover:

  • Generating static files for JavaScript proxies

  • Authorizing requests on a Hub

  • Authorizing requests on a persistent connection

  • Authorizing requests in a self-hosting context

  • Scaling up

  • Scaling out with Azure

  • Scaling out with Redis

  • Scaling out with SQL Server

  • Establishing proxy-less connections

  • Introducing dependency injection (simple approach)

  • Introducing dependency injection (advanced approach)

  • Using dependency injection to replace a default behavior

  • Extending the Hub pipeline

  • Handling errors