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

https://github.com/rhzs/grpc-node-rsa-demo

GRPC NodeJS RSA Demo
https://github.com/rhzs/grpc-node-rsa-demo

grpc nodejs rsa-cryptography

Last synced: 3 months ago
JSON representation

GRPC NodeJS RSA Demo

Awesome Lists containing this project

README

          

## GRPC Node RSA Keys Generator

This project is to show capabilities of latest NodeJS 10.x < and Dynamic GRPC generation.

### Requirements
1. Node JS latest 10.x <
2. Dependencies `npm install`

### How to run

To run GRPC server:
```shell
node rsa.server.js
```

To run GRPC client:
```shell
node rsa.client.js
```