ethemguner / dobot

Real Time Crypto Currency Price Tracker by using Django
2 stars 0 forks source link

find a solution in local to work with binance websocket listening process & update readme #20

Closed ethemguner closed 2 years ago

ethemguner commented 2 years ago

we were using celery service to request to binance and get prices, but there was too much delay. from now on we're listening binance websocket to get data. delay is nearly 0.

while we implementing this behaviour, we had to run a python file as a service. to work properly in local env. we need to find a solution to run binance_websocket_listener.py. because without it, nothing will happen.

ethemguner commented 2 years ago

i think running binance_websocket_listener.py locally is enough for now. no need over engineering.