Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 497 Bytes

CONTRIBUTE.md

File metadata and controls

43 lines (30 loc) · 497 Bytes

Clone

git clone [email protected]:Volankey/grpc-web-from-object.git

Install

pnpm install

Start Backend Server

cd example/backend/echo/node-server
node server.js

Start Envoy

cd example/backend/docker/envoy
sh run.sh

Generate protobuf js and grpc-web

cd example/frontend
pnpm gen-proto

Build Packages & Start frontend

pnpm dev:package
pnpm dev:example

open browser see the result

http://localhost:3000/