1.1.1 • Published 5 years ago

poly-template-nodejs v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

poly-template-nodejs

This is a Poly template using Node.js.

It works with both Polyglot V2 (On-premises installation) and Polyglot cloud.

To start developing your Nodeserver, it is easier to set up and test with Polyglot V2. If you don't need such things as oAuth authentication to cloud services, you can fully develop your node server on-premises.

To get started with an on-premise installation: 1. Install Polyglot-V2. Instructions here 2. Make sure you have Node.js & NPM installed

sudo apt install nodejs
sudo apt install npm
  1. Install this node server
cd ~/.polyglot/nodeservers
git clone https://github.com/UniversalDevicesInc/poly-template-nodejs
npm install

For help developing your node server, refer to the node.js polyinterface documentation here

To get instructions for the cloud version, refer to the node.js PGC documentation here