1.1.0 • Published 3 years ago

json-grpc-server v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago