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

Readme

Keywords

none

Package Sidebar

Install

npm i wi-sbis-adapter

Weekly Downloads

0

Version

0.0.10

License

MIT

Last publish

Collaborators

  • olegas
  • toys