https://github.com/dacili/signalr
Realtime notifications with SignalR (.Net Core and Angular)
https://github.com/dacili/signalr
angular dotnet-core dotnet6 notifications realtime signalr
Last synced: 3 months ago
JSON representation
Realtime notifications with SignalR (.Net Core and Angular)
- Host: GitHub
- URL: https://github.com/dacili/signalr
- Owner: Dacili
- Created: 2022-11-30T09:32:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:26:33.000Z (over 3 years ago)
- Last Synced: 2025-10-11T13:19:49.598Z (9 months ago)
- Topics: angular, dotnet-core, dotnet6, notifications, realtime, signalr
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SignalR with .Net Core 6 and Angular 13
Send information to all users without refreshing the web page, like some notifications and newsfeeds. For this, we need a real-time server connection to fetch data. SignalR provides this functionality.
How to run this solution:
- *apiSignalR* is the backend project - run it via visual studio
- *frontendSignalRAngular* is the frontend project - run it via cmd, with ng serve
https://user-images.githubusercontent.com/37112852/205319329-6b0273e7-7015-421b-8116-46e966199fbd.mp4