SDK and API To integrate Lightstreamer Server with any back-end and front-end systems, several Software Development Kits and Application Programming interfaces are provided.
 
Back-End Integration To integrate Lightstreamer Server with data feeds, authentication systems, application servers, messaging middleware, etc., specific Adapters must be written. An Adapter is developed by implementing a simple interface that is provided as part of a specific SDK. This approach offers an unmatched integration flexibility, because any kind of data source can be handled without limitations or conditions imposed on the existing feed technology. The native Lightstreamer Adapter interfaces are based on Java API. On the other hand, through the Adapter Remoting Infrastructure, which is based on TCP sockets, it is possible to develop Adapters that run in a different process with any languages. A .NET API is already available to write Lightstreamer Adapters using the .NET technology.
 
Client Integration A specific client library is provided for each supported technology. It is very easy to add the library to your code and connect your application to Lightstreamer Server, to make it real-time enabled!

HOME >> TECHNOLOGY >> SDK