🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/psankar/grpc-compression-example

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/psankar/grpc-compression-example

v0.0.0-20220905180845-e4f4d19e8868
Source
Go
Version published
Created
Source

grpc-compression-example

Dependencies:

  • Go compiler - for compiling the gRPC server
  • Typescript compiler - for compiling the gRPC client
  • Node JS - for launching the gRPC client

launch server

$ cd server
server $ go run main.go ;# Should launch the gRPC server in 8080

launch client

$ cd client
client $ npm install
client $ tsc app.ts && node app.js

FAQs

Package last updated on 05 Sep 2022

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