dprogm / angular-grpc-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular + Bazel + gRPC

This is a fully functional example that demonstrates the usage of bazel for building an Angular web application and a backend service which communicate via gRPC.

How to run the example?

Run the web application:

bazel run //applications/demo:serve

Run the backend server:

bazel run //server

Build the envoy proxy docker image:

docker build -t envoy proxy

Run the envoy proxy:

docker run -p 50600:50600 envoy

Credits

About

License:MIT License


Languages

Language:Starlark 58.1%Language:TypeScript 29.2%Language:JavaScript 6.1%Language:CSS 3.6%Language:Python 1.5%Language:HTML 0.9%Language:SCSS 0.4%Language:Dockerfile 0.2%