server

command module
v0.0.0-...-7245a53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 9 Imported by: 0

README

Server

Web server that demonstrates REST API, configuration, logging, metrics, middleware, and panic handling. See main.go or the examples\client folder for how it works.

Build

go build -o server

Configuration

The configuration can be specified using a config.yml file, environment variables, or command line arguments.

---
http:
   address: http://localhost
   port: 2000
   content: content
export HTTP_ADDRESS=http://localhost
export HTTP_PORT=2000
export HTTP_CONTENT=content

Run Server

./server http_address=http://localhost http_port=1111 http_content=content

Routes

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL