@@ -48,4 +48,146 @@ create a project/app id. (App id and project id are identical.)
4848
4949 gcloud preview app deploy
5050
51- 1 . Awesome! Your application is now live at ` your-app-id.appspot.com ` .
51+ 1 . Awesome! Your application is now live at ` your-project-id.appspot.com ` .
52+
53+
54+ ## Samples
55+ __ Google (Cloud) Products__
56+
57+ - Google Analytics - [ Source code] [ aeanalytics_1 ]
58+ - Google Cloud Logging - [ Source code] [ aelogging_1 ]
59+ - Google Cloud Pub/Sub - [ Source code] [ aepubsub_1 ]
60+ - Google Cloud Storage - [ Source code] [ aestorage_1 ]
61+
62+ __ Frameworks__
63+
64+ - Express.js - [ Source code] [ express_1 ] | [ App Engine Tutorial] [ express_2 ] | [ Live demo] [ express_3 ] | [ Documentation] [ express_4 ]
65+ - Express.js + Memcached Sessions - [ Source code] [ express_5 ] | [ Documentation] [ express_6 ]
66+ - Geddy.js - [ Source code] [ geddy_1 ] | [ App Engine Tutorial] [ geddy_2 ] | [ Live demo] [ geddy_3 ] | [ Documentation] [ geddy_4 ]
67+ - Hapi.js - [ Source code] [ hapi_1 ] | [ App Engine Tutorial] [ hapi_2 ] | [ Live demo] [ hapi_3 ] | [ Documentation] [ hapi_4 ]
68+ - Loopback.js - [ Source code] [ loopback_1 ] | [ App Engine Tutorial] [ loopback_2 ] | [ Live demo] [ loopback_3 ] | [ Documentation] [ loopback_4 ]
69+ - Koa.js - [ Source code] [ koa_1 ] | [ App Engine Tutorial] [ koa_2 ] | [ Live demo] [ koa_3 ] | [ Documentation] [ koa_4 ]
70+ - Kraken.js - [ Source code] [ kraken_1 ] | [ App Engine Tutorial] [ kraken_2 ] | [ Live demo] [ kraken_3 ] | [ Documentation] [ kraken_4 ]
71+ - Parse-server - [ Source code] [ parse_1 ]
72+ - Restify.js - [ Source code] [ restify_1 ] | [ App Engine Tutorial] [ restify_2 ] | [ Live demo] [ restify_3 ] | [ Documentation] [ restify_4 ]
73+ - Sails.js - [ Source code] [ sails_1 ] | [ App Engine Tutorial] [ sails_2 ] | [ Live demo] [ sails_3 ] | [ Documentation] [ sails_4 ]
74+
75+ __ Databases__
76+
77+ - Google Cloud Datastore - [ Source code] [ aedatastore_1 ]
78+ - Google Cloud SQL - [ Source code] [ aecloudsql_1 ]
79+ - Memcached - [ Source code] [ memcached_1 ]
80+ - MongoDB - [ Source code] [ mongodb_1 ] | [ App Engine Tutorial] [ mongodb_2 ] | [ Documentation] [ mongodb_3 ]
81+ - Redis - [ Source code] [ redis_1 ] | [ App Engine Tutorial] [ redis_2 ] | [ Documentation] [ redis_3 ]
82+
83+ __ Tools__
84+
85+ - gcloud-node - [ Source code] [ gcloud_1 ] | [ Documentation] [ gcloud_2 ]
86+ - Bower - [ Source code] [ bower_1 ] | [ App Engine Tutorial] [ bower_2 ] | [ Documentation] [ bower_3 ]
87+ - Grunt - [ Source code] [ grunt_1 ] | [ App Engine Tutorial] [ grunt_2 ] | [ Live demo] [ grunt_3 ] | [ Documentation] [ grunt_4 ]
88+ - Mailgun - [ Source code] [ mailgun_1 ] | [ App Engine Tutorial] [ mailgun_2 ] | [ Documentation] [ mailgun_3 ]
89+ - Sendgrid - [ Source code] [ sendgrid_1 ] | [ App Engine Tutorial] [ sendgrid_2 ] | [ Documentation] [ sendgrid_3 ]
90+ - Twilio - [ Source code] [ twilio_1 ]
91+ - Webpack - [ Source code] [ webpack_1 ] | [ App Engine Tutorial] [ webpack_2 ] | [ Documentation] [ webpack_3 ]
92+ - WebSockets - [ Source code] [ websockets_1 ]
93+
94+ __ Other Examples__
95+
96+ - Express.js Hello World - [ Source code] [ expresshw_1 ]
97+ - Extending the runtime - [ Source code] [ aeextending_1 ]
98+ - Reading/writing from/to disk - [ Source code] [ aedisk_1 ]
99+ - Serving static files - [ Source code] [ aestaticfiles_1 ]
100+
101+ [ aeanalytics_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/analytics
102+ [ aelogging_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/logging
103+ [ aepubsub_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/pubsub
104+ [ aestorage_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/storage
105+
106+ [ express_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/express
107+ [ express_2 ] : https://cloud.google.com/nodejs/resources/frameworks/express
108+ [ express_3 ] : http://express-dot-nodejs-docs-samples.appspot.com
109+ [ express_4 ] : http://expressjs.com/
110+ [ express_5 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/express-memcached-session
111+ [ express_6 ] : https://github.com/balor/connect-memcached
112+
113+ [ geddy_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/geddy
114+ [ geddy_2 ] : https://cloud.google.com/nodejs/resources/frameworks/geddy
115+ [ geddy_3 ] : http://geddy-dot-nodejs-docs-samples.appspot.com
116+ [ geddy_4 ] : http://geddyjs.org/
117+
118+ [ hapi_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/hapi
119+ [ hapi_2 ] : https://cloud.google.com/nodejs/resources/frameworks/hapi
120+ [ hapi_3 ] : http://hapi-dot-nodejs-docs-samples.appspot.com
121+ [ hapi_4 ] : http://hapijs.com/
122+
123+ [ loopback_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/loopback
124+ [ loopback_2 ] : https://cloud.google.com/nodejs/resources/frameworks/loopback
125+ [ loopback_3 ] : http://loopback-dot-nodejs-docs-samples.appspot.com
126+ [ loopback_4 ] : http://loopback.io/
127+
128+ [ koa_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/koa
129+ [ koa_2 ] : https://cloud.google.com/nodejs/resources/frameworks/koa
130+ [ koa_3 ] : http://koa-dot-nodejs-docs-samples.appspot.com
131+ [ koa_4 ] : http://koajs.com/
132+
133+ [ kraken_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/kraken
134+ [ kraken_2 ] : https://cloud.google.com/nodejs/resources/frameworks/kraken
135+ [ kraken_3 ] : http://kraken-dot-nodejs-docs-samples.appspot.com
136+ [ kraken_4 ] : http://krakenjs.com/
137+
138+ [ parse_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/parse-server
139+
140+ [ restify_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/restify
141+ [ restify_2 ] : https://cloud.google.com/nodejs/resources/frameworks/restify
142+ [ restify_3 ] : http://restify-dot-nodejs-docs-samples.appspot.com
143+ [ restify_4 ] : http://restify.com/
144+
145+ [ sails_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/sails
146+ [ sails_2 ] : https://cloud.google.com/nodejs/resources/frameworks/sails
147+ [ sails_3 ] : http://sails-dot-nodejs-docs-samples.appspot.com
148+ [ sails_4 ] : http://sailsjs.org/
149+
150+ [ aedatastore_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/datastore
151+ [ aecloudsql_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/cloudsql
152+ [ memcached_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/memcached
153+
154+ [ mongodb_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/mongodb
155+ [ mongodb_2 ] : https://cloud.google.com/nodejs/resources/databases/mongodb
156+ [ mongodb_3 ] : https://docs.mongodb.org/
157+
158+ [ redis_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/redis
159+ [ redis_2 ] : https://cloud.google.com/nodejs/resources/databases/redis
160+ [ redis_3 ] : https://redis.io/
161+
162+ [ gcloud_1 ] : https://github.com/GoogleCloudPlatform/gcloud-node
163+ [ gcloud_2 ] : https://googlecloudplatform.github.io/gcloud-node/#/
164+
165+ [ bower_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/bower
166+ [ bower_2 ] : https://cloud.google.com/nodejs/resources/tools/bower
167+ [ bower_3 ] : http://bower.io/
168+
169+ [ grunt_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/grunt
170+ [ grunt_2 ] : https://cloud.google.com/nodejs/resources/tools/grunt
171+ [ grunt_3 ] : http://grunt-dot-nodejs-docs-samples.appspot.com
172+ [ grunt_4 ] : http://gruntjs.com/
173+
174+ [ mailgun_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/mailgun
175+ [ mailgun_2 ] : https://cloud.google.com/nodejs/resources/tools/mailgun
176+ [ mailgun_3 ] : http://www.mailgun.com/
177+
178+ [ sendgrid_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/sendgrid
179+ [ sendgrid_2 ] : https://cloud.google.com/nodejs/resources/tools/sendgrid
180+ [ sendgrid_3 ] : http://sendgrid.com/
181+
182+ [ twilio_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/twilio
183+
184+ [ webpack_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/webpack
185+ [ webpack_2 ] : https://cloud.google.com/nodejs/resources/tools/webpack
186+ [ webpack_3 ] : https://webpack.github.io/
187+
188+ [ websockets_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/websockets
189+
190+ [ expresshw_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/hello-world
191+ [ aedisk_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/disk
192+ [ aeextending_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/extending-runtime
193+ [ aestaticfiles_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/static-files
0 commit comments