https://github.com/jcmdsbr/poc-aspnetcore-angular-signalr-notifications
Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+
https://github.com/jcmdsbr/poc-aspnetcore-angular-signalr-notifications
angular angular6 aspnet-core aspnet-core-webapi signalr signalr-core
Last synced: about 2 months ago
JSON representation
Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+
- Host: GitHub
- URL: https://github.com/jcmdsbr/poc-aspnetcore-angular-signalr-notifications
- Owner: jcmdsbr
- Created: 2018-11-20T20:45:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:09:31.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:30:03.951Z (4 months ago)
- Topics: angular, angular6, aspnet-core, aspnet-core-webapi, signalr, signalr-core
- Language: TypeScript
- Homepage:
- Size: 3.65 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The SignalR Notifications :sunglasses:
- Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+## Give a Star! :star:
If you liked the project, please give a star ;)## You need some of the fallowing tools :exclamation:
- Visual Studio 2019, Visual Studio Code or Rider
- .Net Core 2.X +
- Angular 2+## Description :books:
- Today's modern apps are expected to deliver up-to-date information without hitting a refresh button. Add real-time functionality to your dashboards, maps, games and more.
- What is real-time functionality? It's the ability to have your server-side code push content to connected clients as it happens, in real-time.### What can you do with ASP.NET and SignalR ? :bulb:
- While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or the page implements Ajax long polling to retrieve new data, it's candidate for using SignalR.
- SignalR also enables completely new types of applications that require high-frequency updates from the server, such as real-time gaming.## Project folder structure :construction:
|Folder |Goal |
|---|---|
|angular-client |Chat frontend |
|SignalRNotifications |Chat Backend |