Hacker News new | ask | show | jobs
by lovecrypto 2925 days ago
What techno did you use for this? Are you using the exchange http APIs, or are you also using websockets?
1 comments

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