Skip to content

kitsor/PushServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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