Files
golang-fiber-hello-world/readme.md
2025-04-29 11:16:05 +08:00

354 B

Golang Fiber Hello World

A simple Hello World web application built with Fiber web framework.

Environment Variables

The application requires the following environment variables:

  • PORT: The port number on which the server will listen (e.g., 3000)
  • SERVER_NAME: The name of the server instance (e.g., my-fiber-server)