☰
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
12.1K
All Categories
91
Node JS client
32
Go client
706
.Net API client
339
Kite Publisher
526
.Net / VBA / Excel (3rd party)
402
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
April 23
tahseen
April 20
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 20
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 23
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.