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

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+

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 |