Hello World RPC - GO
870
This is a simple project that implements an RPC (Remote Procedure Call) service in Go, allowing users to submit a name via a web form and receive a custom greeting. The project also automatically generates Swagger documentation.
docker pull lssalas/hello-world-rpc:latest
docker run -p 8080:8080 -p 1234:1234 --name hello-world-rpc-container lssalas/hello-world-rpc:latest
Content type
Image
Digest
sha256:96811bfd8…
Size
174.4 MB
Last updated
almost 2 years ago
docker pull lssalas/hello-world-rpc