Components and Libraries
TMS FNC Push Notifications exposes its push notification functionality through three non-visual service components. Choose the component that matches the role you need to fill in your push notification architecture.
Push Notification Services
| Component | Description | Start |
|---|---|---|
| Web Push Server | HTTP(S) server component that accepts browser subscription registrations and manages the VAPID public key endpoint. | Get started / API |
| Web Push Sender | Component that signs and delivers Web Push Protocol notifications to subscribed browsers using VAPID authentication. | Get started / API |
| Web Push DB | Dataset-backed subscription store that persists browser push subscriptions and exposes an enumerable collection for use by the sender. | Get started / API |