Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasu-s/nestjs-grpc-sample
NestJS + gRPC sample
https://github.com/yasu-s/nestjs-grpc-sample
grpc nestjs nodejs typescript vscode
Last synced: 29 days ago
JSON representation
NestJS + gRPC sample
- Host: GitHub
- URL: https://github.com/yasu-s/nestjs-grpc-sample
- Owner: yasu-s
- License: mit
- Created: 2020-04-25T01:38:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:17:47.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T04:17:47.729Z (over 1 year ago)
- Topics: grpc, nestjs, nodejs, typescript, vscode
- Language: TypeScript
- Size: 1.22 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 概要
- NestJS + gRPC のサンプルです。
- 以下のページを参照
https://docs.nestjs.com/microservices/grpc
- gRPCについては以下のページを参照
https://grpc.io/
- gRPCのClientは以下を使用
https://github.com/uw-labs/bloomrpc# 使用ライブラリ
- @nestjs/core - 7.0.x
- @nestjs/microservices - 7.0.x
- grpc - 1.24.x# 動作確認
## 1. サンプルのダウンロード
```bash
git clone [email protected]:yasu-s/nestjs-grpc-sample.git
```## 2. パッケージインストール
```bash
cd nestjs-grpc-sample
yarn install
```## 3. サンプルの起動
```bash
yarn start
```# 実行結果
![grpc](https://user-images.githubusercontent.com/2668146/80302962-3041c300-87e8-11ea-86e5-11061a176347.gif)