|
1 | | -# poc-aspnetcore-angular-signalr-notifications |
2 | | -POC utilizando Signalr em .Net Core com Angular 6 |
| 1 | +# The SignalR Notifications :sunglasses: |
| 2 | + * Sample from SignalR notificatiosn using .Net Core and Angular 2+ |
| 3 | + |
| 4 | +## Give a Star! :star: |
| 5 | +If you liked the project, please give a star ;) |
| 6 | + |
| 7 | +## You need some of the fallowing tools :exclamation: |
| 8 | + |
| 9 | +- Visual Studio 2019, Visual Studio Code or Rider |
| 10 | +- .Net Core 2.X + |
| 11 | +- Angular 2+ |
| 12 | + |
| 13 | +## Description :books: |
| 14 | +- 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. |
| 15 | +- 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. |
| 16 | + |
| 17 | +### What can you do with ASP.NET and SignalR ? :bulb: |
| 18 | +- 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. |
| 19 | +- SignalR also enables completely new types of applications that require high-frequency updates from the server, such as real-time gaming. |
| 20 | + |
| 21 | +## Project folder structure :construction: |
| 22 | + |
| 23 | +|Folder |Goal | |
| 24 | +|---|---| |
| 25 | +|angular-client |Chat frontend | |
| 26 | +|SignalRNotifications |Chat Backend | |
0 commit comments