1 / 5

Rx Achievement Tracker: Building a Task Management App with Reactive Extensions

Join us as we leverage Rx and Asp.Net to create a task management app that notifies users of achievements. Harnessing RabbitMQ, Entity Framework, and Backbone, we'll showcase the power of reactive programming. Utilizing Signalr and toastr, stay updated on your progress effortlessly.

Download Presentation

Rx Achievement Tracker: Building a Task Management App with Reactive Extensions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Achieving with Rx Sean McCarthy scmccart@gmail.com @mccartsc Seanmccarthy.me

  2. What we’re up to… • Talk about what we’re up to. • Build a small task management app • Make it publish events about the tasks (add, update, delete) • Harvest those events and use Rx to look for achievement worthy activity • Notify the user of their achievement via a toast notification

  3. What we’re using… • Asp.Net MVC/WebApi + Entity Framework + Backbone • RabbitMQ + EasyNetQ • Reactive Extensions for .Net (Rx) • Signalr + toastr

  4. What it will look like…

  5. IEnumerable vs. IObservablePush vs. Pull

More Related