accessors.io-rpc
v2.0.0
Published
HTTP webserver interface for running accessors.
Readme
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-rpcThe --unsafe-perm flag allows the bower dependencies to be installed.
Run it:
accessors-rpcThen browse to http://localhost:5000.
Running Locally
npm install
sudo npm install -g bower
cd static
bower install
cd ..
./rpc.js