Skip to content

Commit 6ae14bf

Browse files
authored
Update README.md
1 parent 2345f38 commit 6ae14bf

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,29 @@ In all cases, [`@grpc/grpc-js`](https://www.npmjs.com/package/@grpc/grpc-js) is
66

77
TypeScript types are generated at build time from the proto files using different tools as demonstrated in this repo.
88

9-
109
## Examples
1110

1211
Each example is a separate application. Refer to the README in each project for more information.
1312

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
13+
- [grpc-proto-loader](./examples/grpc-proto-loader)
14+
- [ts-protoc-gen](./examples/ts-protoc-gen)
15+
- [gradle-ts-protoc-gen](./examples/gradle-ts-protoc-gen)
16+
- [grpc_tools_node_protoc_ts](./examples/grpc_tools_node_protoc_ts)
17+
- [grpc-web](./examples/grpc-web)
18+
19+
## Contributions
20+
21+
These are the various contributions I made to help with gRPC & TypeScript support:
22+
23+
- https://github.com/grpc/grpc-node/pull/1368
24+
- https://github.com/grpc/grpc-node/pull/1380
25+
- https://github.com/grpc/grpc-node/pull/1387
26+
- https://github.com/grpc/grpc-node/pull/1419
27+
- https://github.com/grpc/grpc-node/pull/1454
28+
- https://github.com/grpc/grpc-node/pull/1587
29+
- https://github.com/grpc/grpc-node/pull/1590
30+
- https://github.com/murgatroid99/grpc-node/pull/1
31+
- https://github.com/murgatroid99/grpc-node/pull/2
32+
- https://github.com/murgatroid99/grpc-node/pull/3
33+
- https://github.com/improbable-eng/ts-protoc-gen/pull/236
34+
- https://github.com/improbable-eng/ts-protoc-gen/pull/247

0 commit comments

Comments
 (0)