SignalR Programming in Microsoft ASP.NET
این کتاب یک راهنمای دقیق برای SignalR است؛ SignalR یک کتاب خانهی جدید برای توسعه دهندگان ASP.NET است که روند توسعهی برنامههای تحت وب بلادرنگ را آسان میکند. قابلیت بلادرنگی در وب، سرور را قادر میسازد تا محتویات مورد نظرش را به بدون وقفه در لحظه ای که کلاینتها به آن متصل میشوند ارسال نماید. در این کتاب توسعه دهندگان Microsoft .NET که با HTML و JavaScript آشنایی دارند، به توانایی توسعه برنامههای بلادرنگ و ارتباطات نا متقارن تحت وب، دسکتاپ و گوشیهای موبایل دست پیدا میکنند.
Topics include:
• Introduction to async development; HTTP and real-time communications; SignalR technology fundamentals; persistent connections and hubs; multiplatform real-time applications; advanced topics
• Learn how SignalR uses Websockets when supported by the browser and the server and falls back to other techniques and technologies when it is not
• Use the simple ASP.NET API in SignalR for creating server-to-client remote procedure calls (RPC) that call JavaScript functions in client browsers from server-side .NET code.
• Exploit the API for connection management (e.g. connect and disconnect events), grouping connections, and authorization.
Table of contents:
1. Introduction
2. HTTP: You are the client, and you are the boss
3. Introducing SignalR
4. Persistent connections
5. Hubs
6. Persistent connections and hubs from other threads
7. Real-time multiplatform applications
8. Deploying and scaling SignalR
9. Advanced topics