npm install jsr-respTable of Contents
=================
* RESP Module
* Install
* API
* Developer
* Test
* Documentation
* Readme
* License
RESP Module
===========
Javascript RESP library.
Encodes and decodes javascript types to and from RESP.
Component of the jsr library.
```
npm i jsr-resp
`javascript
var Encoder = require('jsr-resp').Encoder
, encoder = new Encoder();
, buf = encoder.value('string value');
console.error(buf.toString());
`
See the tests for more examples.
Tests are not included in the package, clone the repository:
``
npm test
To generate all documentation:
``
npm run docs
To build the readme file from the partial definitions (requires mdp):
```
npm run readme
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
[node]: http://nodejs.org
[npm]: http://www.npmjs.org
[mdp]: https://github.com/freeformsystems/mdp
[jsr]: https://github.com/freeformsystems/jsr
[resp]: http://redis.io/topics/protocol