Sign inSign up

lssalas/hello-world-rpc

By lssalas

Updated almost 2 years ago

Hello World RPC - GO

Image
Languages & frameworks
0

870

lssalas/hello-world-rpc repository overview

RPC Hello World

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.

Download the image from Docker Hub
  1. To download the image from Docker Hub:
docker pull lssalas/hello-world-rpc:latest
  1. To run the image:
docker run -p 8080:8080 -p 1234:1234 --name hello-world-rpc-container lssalas/hello-world-rpc:latest

Tag summary

Content type

Image

Digest

sha256:96811bfd8

Size

174.4 MB

Last updated

almost 2 years ago

docker pull lssalas/hello-world-rpc