Skip to content

Stream Interface for Creating Torrents #25

@martindale

Description

@martindale

Ideal interface, very similar to the README example:

var fs = require('fs');
var nt = require('nt');

var file = fs.readFile('foo.txt');
var torrent = nt.stream();

file.pipe( torrent );
torrent.pipe( fs.createWriteStream('mytorrent.torrent') );

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions