<<< Previous speaker next speaker >>>

Daniel Erickson, Senior JavaScript Developer at Yammer

 Daniel  Erickson Daniel Erickson has spent the better part of the last 8 years evolving with the web. He currently works for Yammer as a Senior Javascript Engineer. He is a core contributor for Geddy, one of the leading web frameworks for Node.js. He has been working with Node since it's early days back in 2010, and has worked with a number of companies to help them write Node applications that are well organized for team development velocity.

Presentation: "Integrating the classic MVC architecture with Real Time"

Time: Wednesday 11:40 - 12:30

Location: Bayview

Abstract: Modern web applications make good use of the MVC (Model View Controller) approach to application design but more and more apps require real time interactions. In this session we'll dive into how to use the Geddy web application framework and Socket.io to build a well organized real time MVC application. We'll see how to create a changes feed for each model, and subscribe to those events using a real time pipe to the front end.