- Home
- .NET code examples
- SignalR hub example sending chat messages in ASP.NET Core
SignalR hub example sending chat messages in ASP.NET Core
Download our SignalR example written for ASP.NET Core which includes a SignalR hub that can receive messages from a client and sends messages back to either one, or all connected clients.
Software
This is the software that will need to be installed onto your machine.
- Visual Studio 2022. Version 17.10.2 or above. It will work with the free community version.
- .NET 8 SDK. Version 8.0.6 or above.
Get the application working
You'll need to fill out the code example form. We will send you an email where you can download the code example.
Open the project in Visual Studio
Open up RoundTheCode.SignalR.sln in Visual Studio 2022.
https://localhost:8802.
More information
Watch our video where we show you how to add SignalR to an ASP.NET Core app.
In-addition, read our tutorial for more information on how you can add real-time communication to your .NET app.
Give us your anonymous feedback regarding this page, or any other areas of the website.
Watch .NET tutorials
Subscribe to our YouTube channel
Related pages