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