@grpc/grpc-js-xds
TypeScript icon, indicating that this package has built-in type declarations

1.10.0 • Public • Published

@grpc/grpc-js xDS plugin

This package provides support for the xds:// URL scheme to the @grpc/grpc-js library. The latest version of this package is compatible with @grpc/grpc-js version 1.10.x.

Installation

npm install @grpc/grpc-js-xds

Usage

import * as grpcJsXds from '@grpc/grpc-js-xds';
grpcJsXds.register();

// ...get a @grpc/grpc-js Client class as usual

const client = new MyServiceClient('xds:///example.com:123');

Supported Features

Readme

Keywords

Package Sidebar

Install

npm i @grpc/grpc-js-xds

Weekly Downloads

1,433

Version

1.10.0

License

Apache-2.0

Unpacked Size

6.84 MB

Total Files

2163

Last publish

Collaborators

  • murgatroid99
  • grpc-packages
  • nicolasnoble