go-spa-kit

command module
v0.0.0-...-e50961e Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2015 License: GPL-2.0 Imports: 10 Imported by: 0

README

go-spa-kit wercker status

###The ultimate component backend for single page applications written in go

####General

The goal of go-spa-kit is providing a construction kit for single page applications that runs inside a docker container. #####Features:

  • Webserver
  • Adminbackend
  • Plugin Manager

####Setup ####Usage ####Development ####Changelog

Adminbackend Route: /admin

#Thoughts

Plugins

  • Route /plugins/
  • Route Scoping <%= PLUGIN_URL%>

Need:

  • getResponse(): string, bool
  • getAdminResponse(): string, bool
  • getName(): string
  • setCofig(string): err
  • init(): err
  • getMetaData(): err

Global config

{
  "server": {
    "port": 8000
  },
  "admin": {
    "user": "admin",
    "password": "admin"
  }
  "plugins": {
    "<plugin-name>": {
      #plugin specific config
    }
  }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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