Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 875 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 875 Bytes

Payara gRPC implementation

This is the repo for the Payara gRPC implementation. To use gRPC follow the next steps:

To use the gRPC implementation you must build the current project:

mvn clean install

The resulted jar with name grpc-support-[version number].jar, must be included into the payara modules folder.

Recomendation: First build payara server and then add the jar on the modules folder

If you want to see more details about to create a war application to enable gRPC, please see the following example Payara-Examples gRPC.

Payara gRPC Documentation

Full documentation for using the Payara gRPC can be found in the technical documentation.