The goal of this project is to have a server that is able to stream trading data from Binance and Bitstamp APIs as on orderbook via gRPC. The data is accessed through WebSocket APIs.
Run the server
cargo run --bin grpc-serverRun the client
cargo run --bin grpc-clientA screenshot of the client:
