Streaming Client
(Created page with "A "Streaming client" is a client to the Turnkey server that uses the Steaming API. One implementation of a Streaming client is the AngualrJS Client.")
 
(Updated Edited template to July 12, 2025.)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A "Streaming client" is a client to the Turnkey server that uses the Steaming API.
<message>Write the content here to display this box</message>
A "Streaming client," also called a "Streaming app," is a client of the Turnkey server that uses the Streaming API.


One implementation of a Streaming client is the [[AngualrJS Client]].
A client app that uses this interface is highly interactive. The server keeps all the objects needed for the client in memory with subscriptions to make it respond to any data changes.
 
One implementation of a Streaming client is the [[Documentation:AngularJS Client|AngularJS Client]].
 
'''See also:''' [[BestPractices:MDriven Turnkey Architecture|MDriven Turnkey Architecture]]
[[Category:MDriven Turnkey]]
{{Edited|July|12|2025}}

Latest revision as of 06:03, 20 January 2025

This page was created by Lars.olofsson@mdriven.net on 2023-06-01. Last edited by Edgar on 2025-01-20.

A "Streaming client," also called a "Streaming app," is a client of the Turnkey server that uses the Streaming API.

A client app that uses this interface is highly interactive. The server keeps all the objects needed for the client in memory with subscriptions to make it respond to any data changes.

One implementation of a Streaming client is the AngularJS Client.

See also: MDriven Turnkey Architecture