0.9.5 • Published 8 years ago

node-pie v0.9.5

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Node-PIE

A flow-based programming tool powered by Node-RED.

Installation

To install node-pie, Node.js is required. Run the following command in your command terminal (you may need to sudo):

npm install node-pie -g

Running

To run use the folowing command:

node-pie

The application will be running in foreground. If you want to run as a daemon, please use pm2.

npm install pm2 -g
pm2 start node-pie

Screen shot

image