wechat wss demo
jimmy 8522805c98 first 8 anni fa
..
.npmignore first 8 anni fa
.travis.yml first 8 anni fa
LICENSE first 8 anni fa
README.md first 8 anni fa
index.js first 8 anni fa
package.json first 8 anni fa
test.js first 8 anni fa

README.md

stream-shift

Returns the next buffer/object in a stream's readable queue

npm install stream-shift

build status

Usage

var shift = require('stream-shift')

console.log(shift(someStream)) // first item in its buffer

Credit

Thanks @dignifiedquire for making this work on node 6

License

MIT