Upgrade to Pro — share decks privately, control downloads, hide ads and more …

So Easy You Can Even Do It In JavaScript: Event-Driven Architecture For Regular Programmers by Glyph

So Easy You Can Even Do It In JavaScript: Event-Driven Architecture For Regular Programmers by Glyph

PyCon 2013

March 16, 2013
Tweet

More Decks by PyCon 2013

Other Decks in Programming

Transcript

  1. EVENT DRIVEN ARCHITECTURE It Is The Hardest Thing You Will

    Never Figure it Out I Mean What Does “Asynchronous” Even Mean Is That Even A Real Word Saturday, March 16, 13
  2. EVENT DRIVEN ARCHITECTURE So Easy You Can Even Do It

    In JavaScript Saturday, March 16, 13
  3. • Comparing Arrays • Adding Numbers • Defining Types THINGS

    THAT ARE HARD IN JAVASCRIPT Saturday, March 16, 13
  4. • Comparing Arrays • Adding Numbers • Defining Types •

    Loading Modules THINGS THAT ARE HARD IN JAVASCRIPT Saturday, March 16, 13
  5. When a REST API service endpoint result for the requested

    data is available ↓ Do manipulate a model object of the appropriate type based on that data Saturday, March 16, 13
  6. WHAT IS EVENT DRIVEN an event is just a function

    call that you asked for Saturday, March 16, 13
  7. THE NETWORK IS JUST A USER on the other side

    of the planet or on the other side of the screen Saturday, March 16, 13