JS

Results 2 comments of JS

It would be great if I could just do: ``` js var ReqSocket = require('rabbit.js').ReqSocket; // Manage the connection and channel ... var requester = new ReqSocket(channel, options); ```

Looks like this PR #88 seems to work ok. I can now do: ``` js var ReqSocket = require('rabbit.js').REQ; ```