Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
jsapi:welcome [2025/04/30 03:29]
optrix
jsapi:welcome [2025/04/30 03:52] (current)
optrix
Line 1: Line 1:
 ====ARDI Javascript Live Data API==== ====ARDI Javascript Live Data API====
  
-The ARDI Javascript Live Data API is an update to the earlier [[interactivesvg:Welcome|Javascript API]], with a number of quality-of-life improvements and new functionality.+//The ARDI Javascript Live Data API is an update to the earlier [[interactivesvg:Welcome|Javascript API]], with a number of quality-of-life improvements and new functionality.//
  
 Fundamentally, the API allows you to connect your web page or SVG image to a stream of live data from an ARDI server. Fundamentally, the API allows you to connect your web page or SVG image to a stream of live data from an ARDI server.
Line 8: Line 8:
  
 If you want to access data //over time// (such as how a value changed over the last minutes/hours/days), we suggest using [[aql:welcome|AQL]]. If you want to access data //over time// (such as how a value changed over the last minutes/hours/days), we suggest using [[aql:welcome|AQL]].
 +
 +**For very simple applications, we now also offer the [[webbind:start|Web Data Binding]] library, which allows you to make basic data-driven displays without any code**.
  
 ===Introduction=== ===Introduction===