I have purchased kite connect api , I am trying to use kite api for my personal use , So I basically want to Display price changes of 100 stocks in one single page in web browser(Chrome preferable) using web socket ?
I am very good at php and javascript , But not really good in node js ,
Can I just subscribe to those 100 stocks for websocket stream using php and use some plain javscript to display live stocks ?
Hi @vishnux, The Kite Ticker can't be used for displaying live market data on third-party websites. Because CORS is disabled, you can't use it on your website. PHP doesn't have proper websocket support. So you won't find Kite Ticker in phpkiteconnect also. For now, a feasible solution would be to use kiteconnectjs for using Kite Ticker. You can find some helpful examples to get started.
The Kite Ticker can't be used for displaying live market data on third-party websites. Because CORS is disabled, you can't use it on your website.
PHP doesn't have proper websocket support. So you won't find Kite Ticker in phpkiteconnect also.
For now, a feasible solution would be to use kiteconnectjs for using Kite Ticker.
You can find some helpful examples to get started.