nodeup / contribute

NodeUp is a community podcast. You can help if you want to. Thank you!
http://nodeup.com
42 stars 0 forks source link

A reactive episode w/ RxJs #1

Open JosephMoniz opened 11 years ago

JosephMoniz commented 11 years ago

https://github.com/Reactive-Extensions/RxJS

What is reactive? Why reactive instead of streams? Use cases.

https://twitter.com/mattpodwysocki << Maintainer https://twitter.com/substack << Substack would be cool for feedback on VS streams

dshaw commented 11 years ago

Nice! @mattpodwysocki is awesome. There are several way we could go with this.

mhart commented 11 years ago

Yeah definitely - I've seen a lot of stream alternatives popping up on GH - perhaps too many are in their infancy (RxJS aside), but I'd love to hear about them. A lot of the newer ones seemed to grow out of issues with Streams2 as well.

Things like https://github.com/dominictarr/pull-stream from @dominictarr and https://github.com/creationix/min-stream from @creationix

dshaw commented 11 years ago

@mhart Oooh, nice. Alt Streams sounds like fun. Let's create a new show for that too. Probably with @isaacs too.

dominictarr commented 11 years ago

pull-streams and min streams are very similar, actually.

Would also be worth covering https://github.com/gozala/reducers so maybe we'd want to get gozala in on such a show.

On Sun, Jun 9, 2013 at 7:27 AM, Daniel Shaw notifications@github.comwrote:

@mhart https://github.com/mhart Oooh, nice. Alt Streams sounds like fun. Let's create a new show for that too. Probably with @isaacshttps://github.com/isaacstoo.

— Reply to this email directly or view it on GitHubhttps://github.com/nodeup/contribute/issues/1#issuecomment-19161159 .

mattpodwysocki commented 11 years ago

I'd love to talk streams and FRP in addition to RxJS. Could be a fun show!

dominictarr commented 11 years ago

yeah, that would be a good angle: Streams meets FRP

creationix commented 11 years ago

I think I've finally stabilized my min-stream + continuable style APIs, so if we talk about that, it shouldn't change the next week like it's been doing the last few months.

Lots of FRP stuff, but with node style back-pressure and functions everywhere!

On Thu, Jun 13, 2013 at 1:42 PM, Dominic Tarr notifications@github.comwrote:

yeah, that would be a good angle: Streams meets FRP

— Reply to this email directly or view it on GitHubhttps://github.com/nodeup/contribute/issues/1#issuecomment-19415036 .

DamonOehlman commented 11 years ago

Sounds good guys - definitely looking forward to this episode. Is it worth getting @isaacs in on the action too, as I guess I'm interested in a constructive discussion as to where Streams2 is falling down.

uris77 commented 10 years ago

+1

mattpodwysocki commented 10 years ago

I'd love to have @jhusain along for the ride as well since he uses RxJS at Netflix and can talk about how they use it in detail

jhusain commented 10 years ago

I'd love to paticipate.

joyrexus commented 10 years ago

+1.

Apropos @mattpodwysocki quote from the JSJ podcast FRP episode:

Node streams, we [RxJS devs] definitely want to go there a lot more. Although there’s definitely a mismatch between what they do and what we do which could be a whole another show, believe me.

Also note the number of modules now on npm tagged reactive, rx, or frp.