🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

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 🤡

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
3
-81.25%
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 08 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts