1.0.3 • Published 2 years ago

lady-gg v1.0.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

lady-gg

Simple, stupid gRPC client for Node written in Typescript

Get Started

npm i lady-gg
import { makeRequest } from 'lady-gg'

makeRequest('./helloworld.proto', {
  host: '0.0.0.0:50051',
  service: 'helloworld.Greeter',
  method: 'SayHello',
  data: {
    name: 'world'
  },
  options: {}
})
.then(console.log)
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago