robosats icon indicating copy to clipboard operation
robosats copied to clipboard

Translate REST API trading pipeline to Websocket.

Open Reckless-Satoshi opened this issue 3 years ago • 1 comments

Current setup relies on OrderPage sending requests for update refreshes. It works, yet, it might get heavy on the server side over time, while it might also not feel snappy enough on the client side.

Converting the OrderPage into a bidirectional communication would be great; but also a big task. This feature would certainly break stuff that works at the moment.

This feature will eventually be very needed, yet, as of now, low priority. I am marking it for future releases after v0.2.0 alpha.

Reckless-Satoshi avatar Jan 15 '22 13:01 Reckless-Satoshi

Given how unstable Websockets are during the current TOR Network attack it might be more clever to translate the Websocket functions (the chat) to REST API :)

Reckless-Satoshi avatar Jun 27 '22 22:06 Reckless-Satoshi