-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename generated protobuf ts file to have suffix .pb.ts
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#protoc-gen-grpc-gateway-ts | ||
|
||
`protoc-gen-grpc-gateway-ts` is a Typescript client generator for the [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway/) project. It generates idiomatic Typescript clients that connect the web frontend and golang backend fronted by grpc-gateway. | ||
|
||
|
||
Features: | ||
1. idiomatic Typescript clients and messages | ||
2. Supports both One way and server side streaming gRPC calls | ||
3. POJO request construction guarded by message type definitions, which is way easier compare to `grpc-web` | ||
4. No need to use swagger/open api to generate client code for the web. | ||
|
||
License | ||
protoc-gen-grpc-gateway-ts is licensed under the MIT License. See LICENSE.txt for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters