A JavaScript implementation of gRPC for browser clients. For more information, including a quick start, see the gRPC-web documentation. gRPC-web clients connect to gRPC services via a special proxy; ...
Medium article going through the reasoning and implementation: NOTE: You will need to serve the html file through a server. There is one already included, so you can run node server, then navigate to ...