nodejs-docs-samples

Node.js samples for Google Cloud Platform products.

Github星跟踪图

Google Cloud Platform Node.js Samples Slack

Node.js samples for Google Cloud Platform products.

See cloud.google.com/nodejs to get up and running with Node.js
on Google Cloud Platform.

Setup

Prerequisites

  1. Install Node.js version 8 or greater

  2. Clone this repository:

     git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git
    
  3. Obtain authentication credentials.

    Create local credentials by running the following command and following the
    oauth2 flow (read more about the command here):

     gcloud auth application-default login
    

    Read more about Google Cloud Platform Authentication.

How to run a sample

  1. Change directory to one of the sample folders, e.g. storage-transfer:

     cd storage-transfer/
    
  2. Install the sample's dependencies (see the sample's README for details):

     npm install
    
  3. Run the sample:

     node sample_file.js [args]...
    

Other sample applications

Bookshelf tutorial app

The Bookshelf app is a sample web app written in Node.js that
shows you how to use a variety of Google Cloud Platform features.

View the tutorial or the source code.

Node.js Codelab

In the Node.js Web App Google Cloud Platform codelab, you learn
how to integrate Google Cloud Platform services into a Node.js web application
to store data, upload images, and authenticate users.

View the tutorial or the source code.

Contributing

Contributions welcome! See the Contributing Guide.

主要指标

概览
名称与所有者GoogleCloudPlatform/nodejs-docs-samples
主编程语言JavaScript
编程语言JavaScript (语言数: 11)
平台
许可证Apache License 2.0
所有者活动
创建于2015-05-04 23:26:38
推送于2025-06-23 04:48:30
最后一次提交
发布数0
用户参与
星数2.9k
关注者数261
派生数2k
提交数6.4k
已启用问题?
问题数875
打开的问题数18
拉请求数2563
打开的拉请求数17
关闭的拉请求数641
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?