...

/

Launching the WebSocket Client

Launching the WebSocket Client

Learn how the WebSocket client works.

Getting the WebSocketClient started

We will launch our SignalRServer project by executing the following command in the project directory:

dotnet run

Then, we will execute the same command inside the WebSocketClient project directory.

Press + to interact
WebSocket client working
WebSocket client working

When our WebSocket client application launches, it will ask us to provide the URL to the SignalR endpoint. But remember that we are dealing with WebSocket protocol here and not with ...