wi-sbis-adapter

0.0.10 • Public • Published

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);

Bindings

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.10
    2
    • latest

Version History

Package Sidebar

Install

npm i wi-sbis-adapter

Weekly Downloads

5

Version

0.0.10

License

MIT

Last publish

Collaborators

  • olegas
  • toys