Comment on Launching Beta version of a free alternative to CoinigyComments−lovecrypto8yWhat techno did you use for this? Are you using the exchange http APIs, or are you also using websockets?−standup75OP8yThis was done using electron-vue. Yes I use both http API and websockets. Some exchanges don't have websocket, so I use polling with a 5 seconds interval. That's as close to real time as you can get...−lovecrypto8yThank you, I can see that the info looks more real time on some accounts than others, but it still good enough for my needs at lease
Comments
What techno did you use for this? Are you using the exchange http APIs, or are you also using websockets?
This was done using electron-vue. Yes I use both http API and websockets. Some exchanges don't have websocket, so I use polling with a 5 seconds interval. That's as close to real time as you can get...
Thank you, I can see that the info looks more real time on some accounts than others, but it still good enough for my needs at lease