tdex-network / tdex-daemon-alpha

💰 Alpha Daemon implementation to run automated market making strategies on top of TDEX
MIT License
0 stars 2 forks source link

Grpc web #52

Closed tiero closed 4 years ago

tiero commented 4 years ago

Add support for grpc-web typescript so would be possible for browsers and hybrid web app to call the daemon directly.

This will likely need to change the stubs in tdex-protobuf and change his compile script. Ref: https://github.com/grpc/grpc-web

Additional webserver proxy should be added like https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy or Envoy, on top of the daemon to test the solution.