일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 회고
- 리버싱
- webhacking.kr
- 웹해킹
- 네트워크
- gcp ci/cd
- gcp
- 백준
- 포너블
- 파이썬
- hackctf
- 웹보안
- docker
- 보안
- nodejs
- Python
- gcp cloud build
- Batch
- 프로그래머스
- kotest
- Baekjoon
- 시스템 해킹
- node.js
- sequelize
- programmers
- cloud run
- spring Batch
- pwnable.xyz
- 스프링 배치
- 사이버보안
목록DevOps/MSA (2)
uju's Tech

1. 먼저 현재 진행 중인 express 프로젝트 폴더에서 grpc와 grpc loader를 설치하자. [설치 참고 문서] https://www.npmjs.com/package/grpc grpc gRPC Library for Node www.npmjs.com gRPC 설치 : sudo npm install grpc https://www.npmjs.com/package/@grpc/proto-loader @grpc/proto-loader gRPC utility library for loading .proto files www.npmjs.com gRPC loader 설치 :sudo npm install @grpc/proto-loader 2.(이 부분은 깃에 proto 를 위한 repo를 하위 레포로 생성한 경..

[참고 링크] https://grpc.io/docs/what-is-grpc/introduction/ Introduction to gRPC An introduction to gRPC and protocol buffers. grpc.io In gRPC, a client application can directly call a method on a server application on a different machine as if it were a local object, making it easier for you to create distributed applications and services. gRPC는 다른 서비스 간 언어 제약 없이 사용할 수 있는 오픈소스 고성능 원격 프로시저 호출 프레임워크이..