An open API service indexing awesome lists of open source software.

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)

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