Hi Vinayak Singh,

A typical deployment scenario of an application that uses Lightstreamer for real-time data is the one shown here:

https://github.com/Lightstreamer/Lig...t-architecture

The Lightstreamer server is placed in a wider architecture and generally interacts with system, network, etc. components. which can be the most varied from case to case.
In particular, as regards the development of code, an integrator must develop both server-side components, a Data Adapter that will interface with the data source from the back-end and the Metadata Adapter that will interface with the authentication and authorization systems.
And client side components integrating Lightstreamer client libraries available in data applications that want to consume real-time data.

Furthermore, the Lightstreamer server must be configured according to the type of architecture present; for example if it has to manage the TLS directly or there is an offloading mechanism, if there is a cluster of multiple instances or just one, ...

So, there are no standard mechanisms that perform configuration and deployment of the Lightstreamer server; but they must be customized and integrated according to the existing scenario.

Regards,
Giuseppe