Search⌘ K
AI Features

Launching the Blazor Client

Explore how to launch and operate the Blazor WebAssembly client for SignalR. Learn to send messages that broadcast to all connected clients and understand the similar setup process compared to JavaScript clients within ASP.NET Core applications.

Getting started with the WebAssembly client

If we launch our application and navigate to the WebAssembly page, we will see that it’s almost identical to ...