You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,29 @@ In all cases, [`@grpc/grpc-js`](https://www.npmjs.com/package/@grpc/grpc-js) is
6
6
7
7
TypeScript types are generated at build time from the proto files using different tools as demonstrated in this repo.
8
8
9
-
10
9
## Examples
11
10
12
11
Each example is a separate application. Refer to the README in each project for more information.
13
12
14
-
-[grpc-proto-loader](./examples/grpc-proto-loader) - Uses [@grpc/proto-loader](https://www.npmjs.com/package/@grpc/proto-loader) to generate the types (no proto compiler used)
15
-
16
-
-[ts-protoc-gen](./examples/ts-protoc-gen) - Uses the [proto compiler](https://www.npmjs.com/package/grpc-tools) & [`ts-protoc-gen`](https://www.npmjs.com/package/ts-protoc-gen) to generate the types
17
-
18
-
-[gradle-ts-protoc-gen](./examples/gradle-ts-protoc-gen) - Uses [Gradle](https://gradle.org/), the [proto compiler](https://www.npmjs.com/package/grpc-tools) & [`ts-protoc-gen`](https://www.npmjs.com/package/ts-protoc-gen) to generate the types
19
-
20
-
-[grpc_tools_node_protoc_ts](./examples/grpc_tools_node_protoc_ts) - Uses the [proto compiler](https://www.npmjs.com/package/grpc-tools) & [`grpc_tools_node_protoc_ts`](https://www.npmjs.com/package/grpc_tools_node_protoc_ts) to generate the types
21
-
22
-
-[grpc-web](./examples/grpc-web) - Uses the [proto compiler](https://www.npmjs.com/package/grpc-tools) & [`ts-protoc-gen`](https://www.npmjs.com/package/ts-protoc-gen) to generate the types
0 commit comments