json-grpc-server

1.1.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i json-grpc-server

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

9.29 kB

Total Files

13

Last publish

Collaborators

  • lanhao