☰
Login
Signup
Home
›
Node JS client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2023
tahseen
April 2023
phpdevelopment
December 2022
rakeshr
December 2022
pradeep007
December 2022
mightyhat
Is WebSocket faster than NodeJs KiteConnect?
pradeep007
December 2022
edited December 2022
in
Node JS client
I would like to know if time taken for order execution is smaller using a WebSocket than KiteConnect (NodeJs Client)?
mightyhat
December 2022
edited December 2022
Yes websocket will be faster but I don't think kite allows placement via websocket
pradeep007
December 2022
I see. So WebSocket is only for streaming?
@sujith
rakeshr
December 2022
Yes, for ticks streaming. Go through
the documentation here
.
phpdevelopment
April 2023
Yes, but intermediate/Edge caching is not feasible with WebSockets, unlike HTTP. So, using
Node.js development services
is better in this case.
tahseen
April 2023
If the orders are accepted via a bi-directional web socket then indeed it would be faster than an order accepted via https API. But Kite accepts orders over https API
Sign In
or
Register
to comment.