Chapter 6. Finish the Model and Data modules

This chapter covers
  • Designing the chat object portion of the Model
  • Implementing the chat object and testing its API
  • Completing the Chat feature module
  • Creating a new Avatar feature module
  • Using jQuery for data binding
  • Communicating with the server using the Data module

This chapter concludes the work on the Model and feature modules begun in chapter 5. Before starting, you should have the project files from chapter 5, as we’ll be adding to them. We recommend you copy the entire directory structure you created in chapter 5 into a “chapter_6” directory and update them there.

In this chapter we design and build the chat object portion of the Model. We then complete the Chat ...

Get Single Page Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.