cytoscape-rpc
Use RPC/JSON to drive a remote Cytoscape.js instance
This project is currently in-progress and is not ready for production use.
Usage
let Cytoscape = ;let Rpc = ; let cy = ;let rpc = cy ; rpc;
TODO document special case functions, like eles.bfs()
, and special case args, like eles
or functions.
Build targets
It's expected that you're running Node v6+ for building.
npm run build
: Build the lib using Babelnpm test
: Run Mocha tests