Skip to content

We can develop real-time applications with signalR technology. In the project, I developed multiple sample applications with 5 different hubs. Examples were developed on how to ideally use virtual methods and the signalR JS library.

License

Notifications You must be signed in to change notification settings

cihatsolak/netcore-signalr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NET CORE 5 - SIGNALR

signalR2

We can develop real-time applications with signalR technology. In the project, I developed multiple sample applications with 5 different hubs. Examples were developed on how to ideally use virtual methods and the signalR JS library.

I developed a signalr project using net core 5. The project includes 2 APIs, 1 web and 5 different hub classes in total. We can do real-time transactions with SignalR. More than one hub was used in the project. It was aimed to understand the subject by developing different applications such as chat application and graphic application. I made it easy to understand by adding comments to every code I write. You can experiment by downloading the project and running the api and mvc project together.

Libraries

image

Installed Packages (SignalR.API)

  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools

Installed Packages (SignalR.CovidAPI)

  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools

Installed Packages (SignalR.Web)

  • Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
  • Microsoft.VisualStudio.Web.CodeGeneration.Design

Contact Addresses

About

We can develop real-time applications with signalR technology. In the project, I developed multiple sample applications with 5 different hubs. Examples were developed on how to ideally use virtual methods and the signalR JS library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published