Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 800 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 800 Bytes

Web Push Notifications Server on .NET Core

Development is still in progress.

  • PushServer.API (scalable). Subscriptions and notifications manager.
  • PushServer.API.BackgroundTasks (scalable). Responsible for notifications delivery.
  • PushServer.PNS.ApplePush. Push client for APN and PushPackage generator.
  • PushServer.PNS.WebPush. W3C Push client for Google Chrome and Firefox.
  • WebPushExample. Sample website with client-side subscription manager (subscribe/unsubscribe).

Todo

  • More tests
  • Admin UI + IdentityServer
  • Segmentation of the subscriptions

Credits