We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Building Real-Time Applications With SignalR & .NET 7
Summary
Description
Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/signalr-intro
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt
📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ
🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic
SignalR is probably the most enjoyable library to work with in .NET. You can add real-time functionality to your application for notifications, chat, and async data updates. What's not to like?
SignalR is also easy to work with since there's just one concept - the Hub class. And everything builds on top of it.
Adding Real-Time Functionality To .NET Applications With SignalR
SignalR in dotnet tested with Postman
https://www.rafaagahbichelab.dev/articles/signalr-dotnet-postman
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Using Postman with SignalR WebSockets Development
https://trailheadtechnology.com/using-postman-with-signalr-websockets-development/
Read my Blog here:
https://www.milanjovanovic.tech/blog
Subscribe for more:
https://www.youtube.com/@MilanJovanovicTech
Chapters
0:00 Installing the SignalR NuGet package
0:59 Creating your first SignalR Hub
3:34 Exposing the Hub from the API
4:04 Connecting to SignalR with Postman WebSocket Request
6:02 Calling the Hub message from the client
7:48 Creating a strongly typed hub
9:41 Calling client methods from the server side with IHubContext
Translated At: 2025-03-13T17:44:57Z