https://github.com/sercand/grpc-angular
gRPC to Angular service compatible with grpc-gateway
https://github.com/sercand/grpc-angular
angular2 grpc
Last synced: 11 months ago
JSON representation
gRPC to Angular service compatible with grpc-gateway
- Host: GitHub
- URL: https://github.com/sercand/grpc-angular
- Owner: sercand
- License: bsd-3-clause
- Created: 2016-07-08T23:22:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T16:49:59.000Z (about 9 years ago)
- Last Synced: 2025-03-31T19:12:14.865Z (12 months ago)
- Topics: angular2, grpc
- Language: Go
- Size: 1.43 MB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# grpc-angular
grpc-angular is a plugin of [protoc](http://github.com/google/protobuf).
It reads [gRPC](http://github.com/grpc/grpc-common) service definition,
and generates a angular2 service which connects to grpc-gateway. This
project is currently a prototype.