Table of Contents

TMS FNC Web Push Server

TTMSFNCWebPushServer is a headless HTTP(S) server component that handles browser push subscription registrations. It exposes a VAPID public key endpoint, stores and manages subscriptions through a companion TTMSFNCWebPushDB, and fires events that let you inspect and respond to every subscription lifecycle action.

Documentation

Start here Use when
Get started You want a running push subscription server in a few steps.
Guides You want task-oriented chapters: SSL setup, subscription events, VAPID configuration.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCWebPushServer HTTP(S) server that registers and manages browser push subscriptions.