I would like to have all the code contained within the Angular, hence the need for translation.
I have an Angular app which displays bids/asks/trades (streamed from websocket endpoint) for a trading order book, the pasted code is from another app which uses a python server to do the same thing I wish to do. However, I would like to have all the code contained within the Angular, hence the need for translation.
I'm almost through translating it (just googling) the JS equivalent - I'm sure I've made some mistakes but will find out for sure once complete and testing..
I'm almost through translating it (just googling) the JS equivalent - I'm sure I've made some mistakes but will find out for sure once complete and testing..
No any search results
You already invited:
1 Answers
Menya Tom
Upvotes from:
You will also need to get some websocket implementation for Angular (either integrated or socketio, depends on the how your getting data) but this still goes back to can you even get the data on the client-side from an external server (one outside of your domain)