web application starter template for GAE/go
What is this?
- Starter template for Google App Engine/Go
- CMS included
- Easy to deploy
- just type "goapp deploy"
- Auto scaling
- AppEngine does it automatically
- go runtime spin up is faster than python and java
- Responsive template
check the demo site -> http://go-malt.appspot.com/
0.1
##1. install go if you use Mac OS, "brew install go" is the easiest way.
set PATH for go.
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
##2. install Google App Engine SDK for Go download SDK and install.
set PATH for GAE/Go
export PATH=/path/to/go_appengine:$PATH
url rule
main page serve functions
Datastore models
Admin applications, REST API for JS applications
html templates
static files
http://www.gorillatoolkit.org/pkg/mux
https://github.com/oleiade/reflections
https://github.com/russross/blackfriday
by Stefan Petre
https://github.com/chjj/marked