Streaming Client
No edit summary
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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.
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, and the server keeps all the objects needed for the client in memory with subscriptions to make it respond to any data changes.
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]].
One implementation of a Streaming client is the [[Documentation:AngularJS Client|AngularJS Client]].


See also: [[MDriven Turnkey Architecture]]
'''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