Socket
Book a DemoInstallSign in
Socket

github.com/huugiii/hello-world-api

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/huugiii/hello-world-api

Source
Go
Version
v0.0.0-20250521122616-a978765e0e2b
Version published
Created
Source

Hello-World-API

Docker image that contain an API application

Usage

docker run -p 8080:8080 huugiii/hello-world-api
# or
docker compose up -d

curl http://localhost:8080
> {"message":"Hello, World !"}

curl http://localhost:8080?message=test
> {"message":"test"}

FAQs

Package last updated on 21 May 2025

Did you know?

Socket

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.

Install

Related posts