Skip to content

This repo to demonstrate how to implement internal push notification based on aspnetboilerplate startup template

License

Notifications You must be signed in to change notification settings

EslamElmadny/abp-Internal-notification-demo

Repository files navigation

Important

This repo is based on aspnetboilerplate https://github.com/aspnetboilerplate/aspnetboilerplate

Introduction

This is a repo to demonstrate the idea of implementing internal notification (push notification) between application members using signalr.

image

  1. Open Backend ui (swagger) and trigger SendNotificationMessage after providing title , message , userIds (users you want to send them the message).
  2. You can observe the message as toaster (and this is for example and can be customized based on your needs like navigating to another page or showing modal).
  3. Another user received a message since I provided his id while hitting the Api.

How To Run

Follow step-by-setp guide from the official site here https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Angular

Documentation

License

MIT.

About

This repo to demonstrate how to implement internal push notification based on aspnetboilerplate startup template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published