GitXplorerGitXplorer
s

SignalRClr

public
12 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
fb942cccf5dbce383bdf5185139a6dc012043bed

First Commit

sslorello89 committed 4 years ago

README

The README file for this repository.

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