Created
June 26, 2012 08:24
-
-
Save jafstar/2994369 to your computer and use it in GitHub Desktop.
Go App Engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//YAML | |
https://developers.google.com/appengine/docs/python/config/appconfig | |
//STATIC FILES | |
https://developers.google.com/appengine/docs/python/config/appconfig#Static_File_Handlers | |
//ENVIRONMENT | |
https://developers.google.com/appengine/docs/go/reference | |
https://developers.google.com/appengine/docs/go/runtime | |
https://developers.google.com/appengine/docs/go/apis | |
https://developers.google.com/appengine/docs/go/config | |
//CHANNELS | |
https://developers.google.com/appengine/docs/go/channel/overview?hl=en | |
https://developers.google.com/appengine/docs/go/channel/javascript?hl=en | |
https://developers.google.com/appengine/docs/go/channel/overview#Tokens_and_Security | |
//DATASTORE | |
https://developers.google.com/appengine/docs/go/datastore/overview | |
//ADMIN | |
http://localhost:8080/_ah/admin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment