0.0.10 • Published 10 years ago

wi-sbis-adapter v0.0.10

Weekly downloads
4
License
MIT
Repository
-
Last release
10 years ago

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

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago