Hi, I am exploring options to show real time price charts using MVC.net (Web API as the API layer). Since, subscribing to websocket and getting data in the server and pushing data back to multiple users (clients) is going to be overhead. I am wondering is there any way I can get data and load charts from javascript directly in the browser only. I am planning to use TradingView charting library. If yes, what are the best practices for API key/request token not to to expose it to public but still able to plot charts? Or are there any alternative solutions you can suggest?