An open API service indexing awesome lists of open source software.

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

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.