0.1.0 • Published 4 years ago
stream-client-js v0.1.0
StreamDB Client JS
Installation
StreamDB Client requires Node.js v12+ to run.
Install following packages globally
yarn global add grpc-tools
yarn global add grpc_tools_node_protoc_tsInstall the dependencies and devDependencies and start the server.
yarn installRegenerate code
Client StreamDB uses Buf for local code generation.
To regenerate code
Run command:
buf generate src0.1.0
4 years ago