Sign inSign up

jasonmichels/go-static-server

By jasonmichels

Updated almost 9 years ago

Simple static server built in Go, for use with Javascript single page apps

Image
0

221

jasonmichels/go-static-server repository overview

Go Static Server

Work In Progress Static server to serve single page javascript applications. The use is for microservice front end apps.

Optional Environment Variables
  • APP_ENV=local
  • NEW_RELIC_NAME=changeMe
  • NEW_RELIC_KEY=changeMe
  • PATH_PREFIX="/front-end-service-one"
  • PORT=:80
Testing Examples
$ make test
$ go test -v ./... -bench . -cover
$ go test -v ./entities/ -bench . -covermode=count -coverprofile=coverage.out
$ m

### Language/Tech
  - Go 1.9
  - Docker

Authors
----
- Jason Michels

Tag summary

Content type

Image

Digest

Size

9.5 MB

Last updated

almost 9 years ago

docker pull jasonmichels/go-static-server