haleyga / hitbtc-cryptoexchange-api

ISC License
0 stars 0 forks source link

Add basic web socket support #1

Open haleyga opened 6 years ago

haleyga commented 6 years ago

Add support for HitBTC websocket feeds:

haleyga commented 6 years ago

The will essentially be forwarded to the user as-is. Rather than connecting to a websocket, the user will just listen to events emitted (which this package will generate as websocket data comes in).

haleyga commented 6 years ago

A real-time order book feed has been added. Other websocket features still pending. (local branch, not pushed to GitHub)