Launching the JavaScript Client
Build on the fundamentals of SignalR to launch a JavaScript client in this lesson.
We'll cover the following
Getting started with the SignalR server
We need to build and run our application and then open its main page in the browser. There are multiple ways of doing it, depending on which IDE we are using. However, one of the common and simplest ways of doing it is to execute the dotnet run
command from the SignalRServer
project folder.
Get hands-on with 1200+ tech skills courses.