Skip to content

Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+

Notifications You must be signed in to change notification settings

jcmdsbr/poc-aspnetcore-angular-signalr-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SignalR Notifications 😎

  • Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+

Give a Star! ⭐

If you liked the project, please give a star ;)

You need some of the fallowing tools ❗

  • Visual Studio 2019, Visual Studio Code or Rider
  • .Net Core 2.X +
  • Angular 2+

Description 📚

  • 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 ? 💡

  • 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 🚧

Folder Goal
angular-client Chat frontend
SignalRNotifications Chat Backend

About

Proof of Concept from SignalR notificatiosn using .Net Core and Angular 2+

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published