-
Book Overview & Buying
-
Table Of Contents
SignalR: Real-time Application Development - Second Edition
By :
This chapter will cover how to host SignalR in different environments. Some solutions out there need to be self-contained and not rely on any server setup; this chapter will show you how to do that, ranging all the way to larger solutions where you need to scale out into a multi-server environment and even all the way to the cloud. When one has multiple servers and is not necessarily controlling which server will be hit, we need to deal with this. In this chapter, we'll cover the following topics:
At this stage, the developer should be familiar with how the server works and how to set it up in their own app. They should have a working sample of the chat working with the OWIN server. The developer should also be familiar with how...