Hi, Kite Connect is just a set of REST-like APIs you can write a wrapper around it in any language. All Kite Connect libraries are open source. We would be happy to feature if anyone is ready to build one. You can see some third party libraries featured on our documentation as well.
Hi @sujith Apologies, I meant SDK/library, at least for websocket streaming. I'm writing a wrapper for HTTP API itself and will probably make it open source, but It's pretty hard to write an async WS client in C++.
Client library will just convert the binary data to user readable format. The latency can't depend on the client library. The Kite Ticker just publishes data when there is a change and client library will parse the data.
Kite Connect is just a set of REST-like APIs you can write a wrapper around it in any language. All Kite Connect libraries are open source. We would be happy to feature if anyone is ready to build one. You can see some third party libraries featured on our documentation as well.
Apologies, I meant SDK/library, at least for websocket streaming. I'm writing a wrapper for HTTP API itself and will probably make it open source, but It's pretty hard to write an async WS client in C++.
We have just released our official C++ SDK/Library, you can check more about it here.
Could anyone explain how to use REST API and TICKER given as an example in cpp SDK after the final build.
The latency can't depend on the client library. The Kite Ticker just publishes data when there is a change and client library will parse the data.