etcd3-rpc

1.2.0 • Public • Published

node-etcd3-rpc

This module loads etcd3's rpc.proto file so that you can access the gRPC API from Node. More importantly, it brings together all the other .proto files necessary to load it.

You can use this module as a client to etcd3, but you will probably want to wrap some code around it for more functionality (e.g. failover to other server instances).

See rpc.proto for more information.

Installation

npm install etcd3-rpc

Example clients

See files in examples/.

Readme

Keywords

Package Sidebar

Install

npm i etcd3-rpc

Weekly Downloads

0

Version

1.2.0

License

Apache-2.0

Unpacked Size

74.3 kB

Total Files

12

Last publish

Collaborators

  • borisovg