wcommunicator
v0.3.315
Published
Sketch. Strategy for two points communication. Communicator abstracts details of implementation of communication protocol and provides smooth experience though uniform API. Use the module to make your application more portable and less platform/environmen
Downloads
411
Readme
module::Communicator
Sketch. Strategy for two points communication. Communicator abstracts details of implementation of communication protocol and provides smooth experience though uniform API. Use the module to make your application more portable and less platform/environment dependent.
Try out from the repository
git clone https://github.com/Wandalen/wCommunicator
cd wCommunicator
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wcommunicator@stable'
Willbe
is not required to use the module in your project as submodule.