New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

json-grpc-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-grpc-server

Get a full fake GRPC API with zero coding in less than 30 seconds 🤡

Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
14
250%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

grpc

FAQs

Package last updated on 05 Mar 2021

Related posts