Skip to content

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