How to bring a gRPC defined API to the web browser

前端 未结 8 757
孤街浪徒
孤街浪徒 2021-01-29 22:39

We want to build a Javascript/HTML gui for our gRPC-microservices. Since gRPC is not supported on the browser side, we thought of using web-sockets to connect to a node.js serve

8条回答
  •  一整个雨季
    2021-01-29 23:26

    The grpc people at https://github.com/grpc/ are currently building a js implementation.

    The repro is at https://github.com/grpc/grpc-web (gives 404 ->) which is currently (2016-12-20) in early access so you need to request access.

提交回复
热议问题