• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

ASP.NET Core SignalR

SignalR allows developers to create real-time ASP.NET Core web applications, where the server broadcasts the updates to all the registered clients as soon as an update is triggered. This reduces the delay caused by the client's requests for updates. Similarly, ASP.NET Core SignalR is responsible for adding real-time functionality to the web applications in a web farm.

Note

This feature is also available in the NCache Community Edition.

Note

For production use, it is recommended to run the NCache backplane in the same data center as the SignalR app.

An example of an online chatroom stands valid in this case too. Multiple clients are connected to multiple web servers on a farm. These clients can send messages to each other, where the message content is displayed as soon as it is sent to the receiving client. This eliminates the need to refresh the webpage every time to request new messages, as the server broadcasts the message to all clients as soon as the client state is updated.

ASP.NET Core SignalR is responsible for functionalities like connection persistence and high traffic management. It also supports broadcasting messages to multiple clients or targeting specific groups of connected clients.

ASP.NET Core SignalR uses Hubs to communicate between clients and servers. It creates connections between them which ensures message delivery to all clients from their connected servers. NCache lets you use SignalR in your .NET Core application by providing an extension to the SignalR provider.

In This Section

Using NCache Integration for SignalR Core
Explains how to integrate ASP.NET Core SignalR with NCache.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top