2.0.0 • Published 9 years ago

accessors.io-rpc v2.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
9 years ago

Node.js RPC Web Server

This application loads accessors and exposes their ports as an HTTP interface. Setting ports (inputs) for an accessor maps to POST requests and reading ports (outputs) maps to GET requests.

Install From npm

sudo npm install -g --unsafe-perm accessors.io-rpc

The --unsafe-perm flag allows the bower dependencies to be installed.

Run it:

accessors-rpc

Then browse to http://localhost:5000.

Running Locally

npm install
sudo npm install -g bower
cd static
bower install
cd ..
./rpc.js