Change detection and notification: Difference between revisions

Content deleted Content added
edited to neutral POV WP:NPOV; moderated unverified claims WP:VER; removed non authoritative list and spam magnet WP:LC
Line 12:
 
=== Server based ===
A server polls content, 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 a mobile device application which connects to a [[cloud server]] and provides alerts to the mobile device.
 
=== ApplicationClient based ===
Examples include [https://www.changedetection.com ChangeDetection] and [https://ingenum-systems.com/WebMonitor WebMonitor].
A local client application with a [[graphical user interface]] polls andcontent, tracks changes and logs data.
 
Some services also have a mobile device application which connects to a [[cloud server]] and can be notified in real time by the server when a change is detected. Newer web technologies allowing websites to work well on small touch devices make these applications relatively rare.
 
==== Advantages ====
* No software to install or update.
* No hardware to maintain.
* Accessible from any device where the user can log in to the website.
 
=== Application based ===
A local client application with a [[graphical user interface]] polls and tracks changes.
 
==== Advantages ====
* Cheaper, as all the hosting and bandwidth is provided by the user.
* All data is held by the user.
 
==Considerations==