poly-template-nodejs

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i poly-template-nodejs

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

23.4 kB

Total Files

16

Last publish

Collaborators

  • bmercier