An open API service indexing awesome lists of open source software.

https://github.com/peterdee/simple-grpc-client

A simple gRPC client with Node
https://github.com/peterdee/simple-grpc-client

expressjs grpc jquery node

Last synced: about 1 year ago
JSON representation

A simple gRPC client with Node

Awesome Lists containing this project

README

          

## simple-grpc-client

A simple gRPC client with Node.

Stack: [Node](https://nodejs.org), [Express](http://expressjs.com), [gRPC-JS](https://www.npmjs.com/package/@grpc/grpc-js), [jQuery](https://jquery.com)

DEV: http://localhost:3300

The server repository:

https://github.com/peterdee/simple-grpc-server

### Deploy

```shell script
git clone https://github.com/peterdee/simple-grpc-client
cd ./simple-grpc-client
nvm use 14
npm i
```

### Environment variables

The `.env` file is required. See the [.env.example](.env.example) file for details.

### Launch

```shell script
npm run dev
```

### Linting

```shell script
npm run lint
```