https://github.com/gregoirew/vertx-grpc-sample
Simple grpc server/client on vert.x
https://github.com/gregoirew/vertx-grpc-sample
grpc vertx
Last synced: 2 months ago
JSON representation
Simple grpc server/client on vert.x
- Host: GitHub
- URL: https://github.com/gregoirew/vertx-grpc-sample
- Owner: GregoireW
- Created: 2019-02-23T16:35:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T19:24:46.000Z (over 7 years ago)
- Last Synced: 2025-09-04T06:50:25.246Z (10 months ago)
- Topics: grpc, vertx
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Example for GRPC server/client with vert.x
== Proto
Simple Greeter proto (sayHello service)
== Class
MainVerticle: Simple Grpc server.
ClientTest: simple and stupid test.