Hello all,
So i was developing a crypto trading platform(with simple api and database) and come across multiple problems like trades handler, order book(limit order,stop loss,Market orders,GTTs) handler,notifier and all
So how should i approach this synchronicity between all this.
And how two django server will communicate with each other (website & trade checker/handler)?
Thanks for reading this.