SignalR CLR

This is a simple example of using SignalR and Blazor WebAssembly together to eliminate the need for any JavaScript when handling server event's.

Prerequisites

  • Latest .NET Core 3.1 SDK
  • Visual Studio Code or the latest version of Visual Studio. I will be using VS Code for this

Running

Navigate to the Server folder and run dotnet run. After that open your browser and navigate to localhost:5000