command
module
Version:
v0.0.0-...-120b74a
Opens a new window with list of versions in this module.
Published: Dec 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Dependencies
golang v1.19.3+
run
cd path_to_grpc_server_example
(change crtFilePath & keyFilePath before run)
go run main.go
run in docker
docker build -t grpc_server_example:latest .
docker run -p 50051:50051 -p 50052:50052 -p 50053:50053 grpc_server_example:latest
build client docker image
cd client
docker build -t simple-http-server:latest .
Documentation
¶
Package main implements a server for Greeter service.
Source Files
¶
Directories
¶
Package proto is a reverse proxy.
|
Package proto is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.