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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,16 @@ Useful extensions for using the grpc-java library.
9
9
This project is broken down into multiple sub-modules, each solving a different sub-problem.
10
10
11
11
*[*grpc-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-contrib) - A collection of utility classes to work with grpc-java.
12
-
12
+
*[*grpc-testing-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-testing-contrib) - A collection of utility classes for testing grpc-java.
13
13
*[*grpc-spring*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-spring) - Tools for automatically wiring up and starting a grpc service using Spring.
14
-
15
14
*[*jprotoc*](https://github.com/salesforce/grpc-java-contrib/tree/master/jprotoc) - A framework for building protoc extension plugins in Java.
16
-
17
15
*[*reactive-grpc*](https://github.com/salesforce/reactive-grpc) - Protoc extension plugins for reactive programming using RxJava and Spring Reactor.
18
16
19
17
Demos
20
18
=====
21
19
A pair of demo applications are in the `grpc-java-contrib-demo` directory.
22
20
23
21
**time-service-demo* - Hosts a simple gRPC service that reports the current time. Demonstrates grpc-spring service hosting.
24
-
25
22
**time-client-demo* - Connects to the time service. Demonstrates `StaticResolver` and jProtoc.
0 commit comments