tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

Drop grpc-web for all interfaces #734

Open altafan opened 1 year ago

altafan commented 1 year ago

At the moment the daemon can be reached with grpc, grpc-web but also via rest thanks to grpc-gateway and google api annotations. grpc-web and rest basically overlap (even though they are not so similar technically) so we can safely drop one of the 2.

Let's drop grpc-web in favor of grpc-gateway. This means adding api annotations to the daemon protos.