# vertx-grpc
**Repository Path**: mirrors_vert-x3/vertx-grpc
## Basic Information
- **Project Name**: vertx-grpc
- **Description**: gRPC for Vert.x
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
image:https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-5.x.yml/badge.svg[Build Status (5.x),link=https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-5.x.yml]
image:https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-4.x.yml/badge.svg[Build Status (4.x),link=https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-4.x.yml]
WARNING: This project is *deprecated* for removal, instead you should use https://github.com/eclipse-vertx/vertx-grpc
= Vert.x gRPC Netty
* client and server
* server scaling
* ssl configuration with options
* auto close in Verticle
== Plugin installation
To use vertx-grpc-protoc-plugin with the protobuf-maven-plugin, add a https://www.xolstice.org/protobuf-maven-plugin/examples/protoc-plugin.html[custom protoc plugin configuration section].
----
vertx-grpc-protoc-plugin
io.vertx
vertx-grpc-protoc-plugin
[VERSION]
io.vertx.grpc.protoc.plugin.VertxGrpcGenerator
----
And add the https://github.com/vert-x3/vertx-grpc[vertx-grpc] dependency:
----
io.vertx
vertx-grpc
[VERSION]
----