The Yorkie JavaScript SDK implements the client-side libraries.
To get started using Yorkie JavaScript SDK, see: https://yorkie.dev/docs/master/js-sdk
yorkie-js-sdk uses gRPC-web for communicating with Yorkie agent built on gRPC.
+--Browser--+ +--Envoy---------+ +--Yorkie-----+
| | | | | |
| gRPC-web <- HTTP1.1 -> gRPC-web proxy <- HTTP2 -> gRPC server |
| | | | | |
+-----------+ +----------------+ +-------------+
For more details: https://grpc.io/blog/state-of-grpc-web/
# install packages
npm install
# build
npm run build
For generating proto messages and the service client stub classes with protoc and the protoc-gen-grpc-web.
How to install protoc-gen-grpc-web: https://github.com/grpc/grpc-web#code-generator-plugin
# generate proto messages and the service client stub classes
npm run build:proto
Start MongoDB, Yorkie and Envoy proxy in a terminal session.
cd docker
docker-compose up
Start the test in another terminal session.
npm run test
Start MongoDB, Yorkie and Envoy proxy in a terminal session.
cd docker
docker-compose up
Start the test in another terminal session.
npm run start
See CONTRIBUTING for details on submitting patches and the contribution workflow.