Skip to content

treeder/go-polymer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go and Polymer - Friends Forever

Related blog post: Go and Polymer so Happy Together

This is an example application taken from the official Polymer tutorial, but modified to use Go to serve the json rather than a static json file. This can be used as a basis point for your projects where you want to use Go and Polymer.

This is ready to use standalone or on Google App Engine.

Live Demo

http://go-polymer.appspot.com/

Go Get

go get github.com/treeder/go-polymer
cd $GOPATH/src/github.com/treeder/go-polymer

Running locally

go build && ./go-polymer

Then check http://localhost:8080

Running on App Engine

Since this is ready to use on App Engine, you'll want to use the goapp tool.

goapp serve

Deploying on App Engine

Change the application name in app.yaml to your application name (from Google Developer Console), then:

goapp deploy

About

An example app that users Polymer with Go on the backend and can easily run on App Engine (or anywhere)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published