Content deleted Content added
Rayhwiggins (talk | contribs) |
Rayhwiggins (talk | contribs) →Architectural approaches: small edit |
||
Line 9:
==Architectural approaches==
Change detection and notification services can be categorized by the [[software architecture]] they use.
=== Server based ===
A server polls, tracks changes and logs data, sending alerts in the form of email notifications, [[webhook]]s or RSS. Typically there will also be an associated website which the user can manage their configuration.
Some services also have mobile device applications which connect to a [[cloud server]] and can be notified in real time by the server when a change is detected. Newer web technologies make these applications relatively rare.▼
Examples include [https://www.changedetection.com ChangeDetection] and [https://ingenum-systems.com/WebMonitor WebMonitor].
▲Some services also have a mobile device
==== Advantages ====
|