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-server
Run the client
cargo run --bin grpc-client
A screenshot of the client: