nodeconf / oslo

Single-day, single-track Node.js conference in Oslo, Norway
http://oslo.nodeconf.com/
17 stars 4 forks source link

Make Reactive Programming on the Server Great Again #55

Open mattpodwysocki opened 8 years ago

mattpodwysocki commented 8 years ago

There is a lot of momentum around reactive programming on the client, with such things as React, Cycle.js, Ember and others jumping onto the bandwagon. But what about us in the server land in Node? Here it gets super interesting with the ability to make your systems more robust, with the ability to throttle content, handle timeouts, recover from errors gracefully, and more!

That's just scratching the surface. We can also do real-time analysis of data using advanced features of reactive programming such as sliding windows, grouping of data, for super powerful logging. The power of reactive programming on the server is limitless. Together, we can make reactive programming on the server great again!

vkarpov15 commented 8 years ago

Would love to see this talk, saw Matt at JSConfUY last year and I'm still dealing with the ramifications of how sweet RxJS is.