A plugin for YF-FPM-SERVER that enables gRPC client invocations. Version 2.0.0 supports Node.js >=8.11.1, with a configuration-driven design for defining proto directories and service endpoints. It integrates into the YF-FPM server ecosystem, differentiating with its plugin architecture and minimal API surface. Release cadence is unspecified.
npm install fpm-plugin-grpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate the gRPC plugin with config and start the YF-FPM server.
Upgrade Node.js to >=8.11.1
Use path.resolve() to convert relative paths to absolute
Use a proxy or configure TLS at the application level if needed
Provide an absolute path to proto_dir
Use import fpmPluginGrpc from 'fpm-plugin-grpc' instead of require()