일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 파이썬
- 스프링 배치
- 리버싱
- sequelize
- gcp ci/cd
- Baekjoon
- pwnable.xyz
- Batch
- 보안
- Python
- 포너블
- kotest
- 웹보안
- 시스템 해킹
- webhacking.kr
- docker
- 회고
- programmers
- gcp
- 백준
- node.js
- 사이버보안
- hackctf
- 프로그래머스
- gcp cloud build
- cloud run
- spring Batch
- 네트워크
- 웹해킹
- nodejs
목록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는 다른 서비스 간 언어 제약 없이 사용할 수 있는 오픈소스 고성능 원격 프로시저 호출 프레임워크이..