0.1.33 • Published 9 years ago

jsr-resp v0.1.33

Weekly downloads
37
License
-
Repository
github
Last release
9 years ago

Table of Contents

RESP Module

Javascript RESP library.

Encodes and decodes javascript types to and from RESP.

Component of the jsr library.

Requires node and npm.

Install

npm i jsr-resp

API

var Encoder = require('jsr-resp').Encoder
  , encoder = new Encoder();
  , buf = encoder.value('string value');

console.error(buf.toString());

See the tests for more examples.

Developer

Test

Tests are not included in the package, clone the repository:

npm test

Documentation

To generate all documentation:

npm run docs

Readme

To build the readme file from the partial definitions (requires mdp):

npm run readme

License

Everything is MIT. Read the license if you feel inclined.

Generated by mdp(1).

0.1.33

9 years ago

0.1.32

9 years ago

0.1.28

9 years ago

0.1.27

9 years ago

0.1.26

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.15

9 years ago

0.1.8

9 years ago

0.1.3

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago