Source code and examples for my SignalR Mastery course.
Not in the course? Join today @ https://signalrmastery.com
- Node.JS 12.x or higher
- .NET 5 (We use .NET 5, but examples should still be good on older versions such as .NET Core 2.x or .NET Core 3.x)
Need the .NET SDK? Check out my YouTube video
-
Navigate to the folder containing the example you're interested in running.
-
npm run i
to install the missing NPM packages -
Start WebPack:
npm run build
-
Start .NET
dotnet run
or press F5 from Visual Studio/Visual Studio Code
This repository is support for members of my course "SignalR Mastery". The easiest and fastest way to get your questions answered is to join that community, and ask a question there.
Your questions will be answered, but also turned into content so others might be able to benefit from the awesome questions you ask.