viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.68k stars 1.49k forks source link

viabtc Chart front-end #158

Open atm188 opened 5 years ago

atm188 commented 5 years ago

Did anyone successfully interface viabtc with a browser graphical front-end with live charts and order queues (just like binance or liquid.io)? Am willing to pay for such a javascript component. Thanks.

xcoin-dev commented 5 years ago

We provide a complete development service here, if there is a corresponding demand, you can contact us.

Email:goodluck610@foxmail.com

helium390 commented 5 years ago

@atm188 did you find any solution? I think there is not step by step guide.

helium390 commented 5 years ago

If you find, please share the link.

jclee100 commented 5 years ago

We are using trading view for our site. Made a JS-API datafeed module using websocket.

helium390 commented 5 years ago

@jclee100 can you show a little example, please?

jclee100 commented 5 years ago

You'll first need to get access to TradingView charting library. There's a JS API datafeed documentation in their github repo. So you'll just need to use those methods to connect to the websocket events provided by this repo.

That's the basic idea.

With the same principles, I am sure you can use other charting libraries as well.

Other than that, there's a larger picture in how you make it more efficient in the way you subscribe/unsubscribe and handle events.

johnngo commented 5 years ago

I am curious about this as well. Please advise.