更新时间:2021-07-16 19:37:50
coverpage
SignalR – Real-time Application Development Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
The emperor's new clothes
The good old terminal
X Server
Remote desktop
Rich clients
The Web
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. The Primer
Where are we coming from?
Terminology
Patterns
Libraries and frameworks
Tools
Summary
Chapter 2. Persistent Connections
Persistent connections – what are they?
Where are we going?
Getting the project ready
Getting started with the server-side
Chapter 3. Hubs
Moving up a level
The client
Decoupling it all
Life cycle events
Separation
Chapter 4. Groups
Getting specific with groups
Composing the UI
Chapter 5. State
Becoming stateful
Chapter 6. Security
Locking things down
Putting the infrastructure in place
HTTP handler config
Authentication
Securing the hub
The great finale
Chapter 7. Scaling Out
It's all about messages in SignalR
Chapter 8. Building a WPF .NET Client
Decoupling – the next level
Building for the desktop
Chapter 9. Write Once Deploy Many
Cross platform
Getting started
Code signing
Preparing for connections
Packages
MVVM
The result
Chapter 10. Monitoring
Logging
Digging deeper into the communication
Chapter 11. Hosting a Server Using Self-hosted OWIN
Self-hosting
Index