0.0.10 • Published 8 years ago

wi-sbis-adapter v0.0.10

Weekly downloads
4
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago