README
vald-client-node
A Node.js gRPC client library for Vald.
Install
Using npm,
npm install vald-client-node
Usage
Please see example/example.js or example-ts/example.ts.
A gRPC client library for Vald
<script type="module">
import valdClientNode from 'https://cdn.skypack.dev/vald-client-node';
</script>
A Node.js gRPC client library for Vald.
Using npm,
npm install vald-client-node
Please see example/example.js or example-ts/example.ts.