node-bencode
node-bencode copied to clipboard
Implement stream decoding
- [x] Implement Encoder
- [ ] Implement Decoder
- [x] switch from mocha to tape on
streamsbranch - [ ] write tests for encoder/decoder streams
I've implemented this in my bencode-stream package if you're interested in looking at how I did it.
Sweet! I'm currently at work, so it may take a while until I can have a look at / work on stuff.