nmandery / rout3serv

H3-grid based Routing server with GRPC-API and dataframe integration
0 stars 0 forks source link

Typescript client #1

Closed nmandery closed 3 years ago

nmandery commented 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/

nmandery commented 3 years ago

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.