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
- Host: GitHub
- URL: https://github.com/rhzs/grpc-node-rsa-demo
- Owner: rhzs
- Created: 2018-05-27T19:17:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T05:17:50.000Z (about 8 years ago)
- Last Synced: 2025-05-17T07:08:07.672Z (about 1 year ago)
- Topics: grpc, nodejs, rsa-cryptography
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```