
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/seoyhaein/grpc-go-net
https://github.com/protocolbuffers/protobuf-go - currently go protobuf official site.
https://pkg.go.dev/google.golang.org/protobuf - documentation
https://developers.google.com/protocol-buffers/docs/overview - protobuf developing guide
proto file 읽기
grpcurl --import-path proto 위치 -proto proto 파일 이름 list
plaintext insecure server 접속의 경우
grpcurl --plaintext 서버주소(localhost:50051) list > grpc 서비스 호출
grpcurl --plaintext 서버주소(localhost:50051) list 서비스 이름 > 해당 서비스의 rpc api 호출
grpc 메서드 살펴보기
grpcurl --plaintext 서버주소(localhost:50051) describe 서비스.메서드 이름
grpc 메세지 살펴보기
grpcurl --plaintext 서버주소(localhost:50051) describe .메세지이름
grpc 메세지 json 형태로 바꾸기
grpcurl --plaintext -ㅡmgs-template 서버주소(localhost:50051) describe .메세지이름
grpc 메서드 호출
grpcurl --plaintext -d '{
"name": "seoyhaein"
}' 서버주소(localhost:50051) 서비스 이름/메서드 이름
https://github.com/nicholasjackson/all-things-microservices/tree/master/grpc-curl
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.