SignalR alternatives and similar packages
Based on the "WebSocket" category.
Alternatively, view SignalR alternatives based on common mentions on social networks and blogs.
-
SuperSocket
SuperSocket is a light weight, cross platform and extensible socket server application framework. -
Lib.AspNetCore.WebSocketsCompression
DISCONTINUED. [Archived] Lib.AspNetCore.WebSocketsCompression is a library which provides a managed implementation of the WebSocket protocol, along with server integration components and support for permessage-deflate compression. -
XSockets
Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more -
Crossertech
Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more. [$]
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of SignalR or a related project?
README
ASP.NET SignalR
IMPORTANT: There will be no new features added to this product. We are in maintenance mode and only fixing critical issues. See our blog post for details. This repository hosts code and project management for ASP.NET SignalR, for use in .NET Framework applications using System.Web or Katana. If you are looking for information on ASP.NET Core SignalR, see the https://github.com/aspnet/AspNetCore/tree/main/src/SignalR repository.
ASP.NET SignalR is a library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
What can it be used for?
Pushing data from the server to the client (not just browser clients) has always been a tough problem. SignalR makes it dead easy and handles all the heavy lifting for you.
Documentation
See the documentation
Get it on NuGet!
Install-Package Microsoft.AspNet.SignalR
Get a sample on NuGet, straight into your app!
Install-Package Microsoft.AspNet.SignalR.Sample
LICENSE
Contributing
See the contribution guidelines
Building the source
git clone [email protected]:SignalR/SignalR.git (or https if you use https)
Windows
After cloning the repository, run build.cmd
.
NOTE: Opening the solution requires VS 2017.
Questions?
- Ask on StackOverflow with the tag signalr
- Post an issue in the Issue Tracker
*Note that all licence references and agreements mentioned in the SignalR README section above
are relevant to that project's source code only.