RTO technical queries

Hi,

I have following questions on RTO. Kindly help to resolve it.

1. Is it possible to get the RTO output in Node JS using REST API.
2. Can .NET basic framework be used for connection with RTO to get the output.
3. Is it possible to snap RTO output at a particular time interval?

Sort by:
1 - 1 of 11

    Hi @Pratik.MShah,

    The answer to your questions is yes. RTO is capable of delivering data over websocket protocol and hence supports all programming languages/frameworks which have websocket support. See this for examples in few of these languages.

    While, we don't have a NodeJS example for RTO, you can use this NodeJS example as a starting point to develop your own. RTO will need a mechanism to get an access token, and use Service Discovery to get the server hostname and port.