Closed nmandery closed 3 years ago
Would be nice to have for an interactive Openlayers-based Demo.
grpc-web tutorial: https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#write-client-code , but it seems there is also https://github.com/improbable-eng/grpc-web which supports server->client streaming
tonic-web: https://github.com/hyperium/tonic/tree/master/tonic-web to support grpc-web
on grpc-web: https://grpc.io/blog/state-of-grpc-web/
I guess this is not in scope for now - while its not great, the current jupyter notebook with folium is good enough for demonstration purposes.
folium
Would be nice to have for an interactive Openlayers-based Demo.
grpc-web tutorial: https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#write-client-code , but it seems there is also https://github.com/improbable-eng/grpc-web which supports server->client streaming
tonic-web: https://github.com/hyperium/tonic/tree/master/tonic-web to support grpc-web
on grpc-web: https://grpc.io/blog/state-of-grpc-web/