micovery / java-grpc-web

Sample application using envoy and micronaut to expose a gRPC-web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC-Web Example Frontend & Backend

This repo contains skeleton project for a gRPC-Web application.

  • On the backend, the application uses the Micronaut Java framework along-side Envoy.

  • On the frontend, the application uses React and the protobuf-ts client library to communicate with the backend.

In this model, the backend application owns and manages the proto file. The backend application is responsible for generating a client code that can be used by various front ends to communicate with it.

About

Sample application using envoy and micronaut to expose a gRPC-web application

License:Apache License 2.0


Languages

Language:Java 47.1%Language:TypeScript 32.4%Language:Batchfile 19.6%Language:HTML 0.9%