In the previous chapters, you have been working on the technologies in building website applications. Website applications refer to the delivery of interactive web content (HTML, CSS, Javascript) to web browsers such as Chrome, Safari, and Firefox. Starting in this chapter, you will work on Web Services intended for a variety of client applications that are customized with their own user interface and user experience. The backend components in Web Services focus on the delivery of data to the client applications and do not use templating engines to render any content.
Serving clients with web services
Designing three-tier architecture for web service
A typical backend architecture for web applications and web services has...