Presentation: "Integrating the classic MVC architecture with Real Time"
Track:
Realtime Web
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.