The goal here is to use websocket to live update the exchanges. Currently we use polling to get the updated information every 5s. If we establish an websocket it can update the status of the exchange in real time.
You may have to change both backend (Atlas) and frontend (Astra) to achieve this.
The goal here is to use websocket to live update the exchanges. Currently we use polling to get the updated information every 5s. If we establish an websocket it can update the status of the exchange in real time.
You may have to change both backend (Atlas) and frontend (Astra) to achieve this.