- Notifications
You must be signed in to change notification settings - Fork8
The example of gRPC project with Angular and Go
License
tpps88206/michael-angular-go-grpc-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The example of gRPC project with Angular and Go.
| Platform | Image size | Image version |
|---|---|---|
| Client | ||
| Server |
- Angular 8.0.0
- Go 1.12
- Protocol Buffers 3.7.1
Use Docker Compose to build client, server and proxy together.
docker-compose buildRun client, server and proxy together.
docker-compose upClient site with Angular:
http://localhost:80/Server site with Go:
http://localhost:50051/Access the Envoy Proxy at:
http://localhost:8080/If you need to modify .proto files, you can go to./proto and then you will need to compile them again.
cd protovim calc.proto# After modifycd ..sh ./protoc.shThe Docker Image will build client with production mode. If you need to use development mode.
cd ./clientnpm startAnd the client access path is
http://localhost:4200/If you want to try your server endpoint without client and proxy.
cd ./server/testgo run main.go- https://github.com/kmturley/angular-nest-grpc
- https://github.com/easyCZ/grpc-web-hacker-news
- https://github.com/improbable-eng/grpc-web
- https://github.com/protocolbuffers/protobuf
- https://github.com/envoyproxy/envoy
- https://github.com/appleboy/docker-multi-stage-build
- https://grpc.io/blog/state-of-grpc-web/
- https://blog.envoyproxy.io/envoy-and-grpc-web-a-fresh-new-alternative-to-rest-6504ce7eb880
- http://www.servicemesher.com/envoy/start/sandboxes/grpc_bridge.html
About
The example of gRPC project with Angular and Go
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
