json-grpc-server
v1.1.0
Published
Get a full fake GRPC API with zero coding in less than 30 seconds 🤡
Downloads
10
Readme
json-grpc-server
Get a full fake GRPC API with zero coding in less than 30 seconds 🤡
⭐️ Running as node app
- Install dependences
npm install
- Put your proto and json into
./data
@see
./data/test.proto
and./data/test.json
- Running
npm start
⭐️ Running via docker
- build image
docker build -t json-grpc-server:latest .
- Running
docker run -p 3001:3001 -v /your/proto/and/json_path:/app/data json-grpc-server
🤔 what json file looks like ?
- TODO @see
./data/test.json