# pip-services3-grpc-nodex

> GRPC calls for Pip.Services in Node.js / ES2017

Latest version **1.1.0** (published 2023-02-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install pip-services3-grpc-nodex
pnpm add pip-services3-grpc-nodex
yarn add pip-services3-grpc-nodex
bun add pip-services3-grpc-nodex
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-02-16 |
| First published | 2021-05-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=14.0.0 |
| Dependencies | 6 |
| Unpacked size | 217.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Conceptual Vision Consulting LLC |
| Maintainers | seroukhov, pipdeveloper |
| Keywords | pip.services, microservice, communication, grpc, library |

## Links

- npm: https://www.npmjs.com/package/pip-services3-grpc-nodex
- Repository: https://github.com/pip-services3-nodex/pip-services3-grpc-nodex
- Homepage: https://github.com/pip-services3-nodex/pip-services3-grpc-nodex#readme
- Issues: https://github.com/pip-services3-nodex/pip-services3-grpc-nodex/issues
- npm.io page: https://npm.io/package/pip-services3-grpc-nodex

## Dependencies (6)

- [@grpc/grpc-js](https://npm.io/package/@grpc/grpc-js.md) ^1.8.9
- [google-protobuf](https://npm.io/package/google-protobuf.md) ^3.7.1
- [@grpc/proto-loader](https://npm.io/package/@grpc/proto-loader.md) ^0.7.5
- [pip-services3-rpc-nodex](https://npm.io/package/pip-services3-rpc-nodex.md) ^1.3.*
- [pip-services3-commons-nodex](https://npm.io/package/pip-services3-commons-nodex.md) ^1.0.0
- [pip-services3-components-nodex](https://npm.io/package/pip-services3-components-nodex.md) ^1.0.0

## Recent versions

- 1.1.0 (latest) — 2023-02-16
- 1.0.5 — 2022-06-03
- 1.0.4 — 2021-08-14
- 1.0.3 — 2021-08-11
- 1.0.2 — 2021-06-12
- 1.0.1 — 2021-06-01
- 1.0.0 — 2021-05-30

## README

# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> GRPC components for Pip.Services in Node.js / ES2017

This module is a part of the [Pip.Services](http://pipservices.org) polyglot microservices toolkit.

The grpc module is used to organize synchronous data exchange using calls through the gRPC protocol. It has implementations of both the server and client parts.

The module contains the following packages:

- **Build** - factories for creating gRPC services
- **Clients** - basic client components that use the gRPC protocol and Commandable pattern through gRPC
- **Services** - basic service implementations for connecting via the gRPC protocol and using the Commandable pattern via gRPC

<a name="links"></a> Quick links:

* [Configuration](http://docs.pipservices.org/toolkit/getting_started/configurations/)
* [Protocol buffer](https://github.com/pip-services3-nodex/pip-services3-grpc-nodex/blob/master/src/protos/commandable.proto)
* [API Reference](https://pip-services3-nodex.github.io/pip-services3-grpc-nodex/globals.html)
* [Change Log](CHANGELOG.md)
* [Get Help](http://docs.pipservices.org/get_help/)
* [Contribute](http://docs.pipservices.org/contribute/)

## Use

Install the NPM package as
```bash
npm install pip-services3-grpc-nodex --save
```

## Develop

For development you shall install the following prerequisites:
* Node.js 8+
* Visual Studio Code or another IDE of your choice
* Docker
* Typescript

Install dependencies:
```bash
npm install
```

Compile the code:
```bash
tsc
```

Run automated tests:
```bash
npm test
```

Generate API documentation:
```bash
./docgen.ps1
```

Before committing changes run dockerized build and test as:
```bash
./build.ps1
./test.ps1
./clear.ps1
```

## Contacts

The Node.js version of Pip.Services is created and maintained by:
- **Sergey Seroukhov**

The documentation is written by:
- **Mark Makarychev**

---
_Source: https://npm.io/package/pip-services3-grpc-nodex · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
