RxJS advocates are unhappy with this comment so I'm going to qualify it a little. Apologies for any misunderstanding... Rx doesn't handle automatic back-pressure (like Node Streams) but does have mechanisms to avoid…
Rx doesn't handle back-pressure or laziness, so it's for only really for handling events.
I think I'm getting the hang of HN ;)
var Highland = require('highland');
Good idea, I'll definitely post a follow-up with some real code done using async/callbacks and highland/streams. The comparisons usually start to look more favourable with longer examples, due to the Highland API being…
RxJS advocates are unhappy with this comment so I'm going to qualify it a little. Apologies for any misunderstanding... Rx doesn't handle automatic back-pressure (like Node Streams) but does have mechanisms to avoid…
Rx doesn't handle back-pressure or laziness, so it's for only really for handling events.
I think I'm getting the hang of HN ;)
var Highland = require('highland');
Good idea, I'll definitely post a follow-up with some real code done using async/callbacks and highland/streams. The comparisons usually start to look more favourable with longer examples, due to the Highland API being…