Skip to content

A Hub allows the client and server to call methods to each other directly. SignalR uses a Hub instead of controllers like in ASP.NET MVC. For that, we need to create a class that will inherit from the Hub class.

Notifications You must be signed in to change notification settings

Yassiinee/MainSignalServer

Repository files navigation

MainSignalServer

A Hub allows the client and server to call methods to each other directly. SignalR uses a Hub instead of controllers like in ASP.NET MVC. For that, we need to create a class that will inherit from the Hub class.

now just give the command below in the terminal, and it will be running.

Prerequisites

  • .NET 6 SDK
  • ASP.NET Core, SignalR

Running the Server

dotnet watch run

About

A Hub allows the client and server to call methods to each other directly. SignalR uses a Hub instead of controllers like in ASP.NET MVC. For that, we need to create a class that will inherit from the Hub class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages