This sample demonstrates how to use websockets on Google App Engine Flexible Environment with Node.js.
Before you can run or deploy the sample, you need to do the following:
-
Refer to the appengine/README.md file for instructions on running and deploying.
-
Install dependencies:
With
npm:npm installor with
yarn:yarn install
With npm:
npm start
or with yarn:
yarn start
With npm:
npm run deploy
or with yarn:
yarn run deploy
See Contributing.