August 2014
Intermediate to advanced
688 pages
18h 5m
English
CHAPTER 7
![]()
SportsStore: Creating the Clients
In this chapter, I will create a pair of single-page applications that deliver the functionality of the web services I created in Chapter 6 to clients and to administrators. I will build a common foundation of JavaScript code and then layer on the functionality that is specific to each client.
Client-side development isn’t part of the Web API world, but I wanted to show you the end-to-end development process for the SportsStore application. As a consequence, I cover a lot of ground in this chapter and don’t explain the implementation of all of the JavaScript functions I define, but I do include enough ...