Run the following, and specify your local domain example.com for the Company Name:
$ openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -keyout server.key -out server.crtServer
$ protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
proto/holdings.proto Client
$ protoc -I=./proto holdings.proto \
--js_out=import_style=commonjs:./client/js \
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:./client/jsUse the following query params to modify the server response
Enable different response strategies
const PushModes = {
OFF: '',
ON: 'push',
};Enable different response strategies
const ChunkModes = {
OFF: '',
ON: 'chunks',
};Adjust how many total results are returned