This is simple SignalR application to understand basic working of SignalR
- Visual Studio with .NET Core 3.1 framework
- VS Code
- Angular version 14
git clone https://github.com/AjayAPatil/SignalRDemo.git
Follow below steps:
- Open SignalRDemo.sln in VisualStudio located in SignalRDemo folder
- Build solution
- Run application
- Open SignalRClient folder in VS code
- run
npm install
command - run
ng serve
command - open your browser on http://localhost:4200/
Try with different browser tabs
If Status: Connected then application working properly