Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 927 Bytes

File metadata and controls

42 lines (25 loc) · 927 Bytes

Node.js websockets sample for Google App Engine

This sample demonstrates how to use websockets on Google App Engine Flexible Environment with Node.js.

Setup

Before you can run or deploy the sample, you need to do the following:

  1. Refer to the appengine/README.md file for instructions on running and deploying.

  2. Install dependencies:

    With npm:

    npm install
    

Running locally

With npm:

npm start

Deploying to App Engine

With npm:

npm run deploy

Running the tests

See Contributing.