wi-sbis-adapter
v0.0.10
Published
NodeJS Adapter for WI.SBIS framework
Downloads
8
Readme
WI.SBIS for NodeJS
Installation:
npm install wi-sbis-adapter
Place WI.SBIS somewhere and reference it in configuration function (got from require('wi-sbis-adapter')
).
Example:
var wsAdapter = require('wi-sbis-adapter'),
path = require('path');
var $ws = wsAdapter(path.join(__dirname, 'sbis3-ws/ws'));
console.log($ws.proto.BLObject);