Skip to content

Repository files navigation

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

gobuild-oserver

Configuration

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

---
http:
address: http://localhostport: 2000content: 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

About

web server that demonstrates configuration, logging, REST API, OAuth2, metrics, other cool features

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages