Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Lightstreamer (<a href="http://www.lightstreamer.com" rel="nofollow">www.lightstreamer.com</a>) is a Web-based asynchronous messaging project from Weswit, implementing the WebSocket protocol, the Comet model, the Push Technology paradigm, and the Real-Time Web practices.</p> <p>The Lightstreamer Server is a high-performance engine that manages all the connections with the clients through the Internet. It integrates with the backend systems via custom adapters. The Data Adapter receives the real-time data flow from the data feed and injects it into the Lightstreamer Server. The Metadata Adapter has control over authentication, authorization, and quality of service. Lightstreamer Server is made up of three logical layers:</p> <ul> <li><p><strong>Web Transport</strong>. Lightstreamer implements a bi-directional transport based on standard Web protocols. This means it uses several underlying techniques (WebSockets, Comet, HTTP streaming, etc.) to provide the upper layers with a channel over which data can be exchanged in real-time with any client connected through the Web, even if protected by firewalls and proxies.</p></li> <li><p><strong>Messaging</strong>. Lightstreamer implements a publish-subscribe pattern, suitable for both one-to-many fan-out scenarios and one-to-one messaging needs. It takes care of routing each message to the right recipients, multiplexing the flow of events on the top of each connection with the clients.</p></li> <li><p><strong>Semantics+QoS+Security</strong>. It implements data semantics (tables, schema, metadata, conflation, etc.), network optimization (dynamic throttling, bandwidth control, resampling, batching, etc.), and full session management (authentication, fine-grained authorization, etc.) on the top of publish-subscribe.</p></li> </ul> <p><strong>Server-Side APIs</strong></p> <ul> <li>Java Adapter API</li> <li>.NET Adapter API Adapter</li> <li>Node.js Adapter API</li> <li>Remoting Infrastructure API (based on TCP sockets)</li> <li>JMX Management API</li> </ul> <p><strong>Client-Side APIs</strong></p> <ul> <li>JavaScript Client API</li> <li>Flash Client API</li> <li>Flex and AIR Cient API</li> <li>Silverlight Client API</li> <li>Java SE Client API</li> <li>.NET Client API</li> <li>iOS Client API</li> <li>Android Client API</li> <li>BlackBerry Client API</li> <li>Windows Phone Client API</li> <li>WinRT Client API</li> <li>Java ME Client API</li> <li>Unity 3D Client API</li> <li>Generic Client API (via a documented protocol)</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload