Skip to content

event-stream or merge-stream? #6

Description

@cognitom

In this cheatsheet the two modules are used, but basically es.concat and merge has a same functionality. merge-stream seems my favorite because of readability, like below.

var merge = require('merge-stream');
gulp.task('hello', function(){
  return merge(stream1, stream2);
});

Here's some difference between these.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions