Book Image

PhoneGap for Enterprise

By : Kerri Shotts
Book Image

PhoneGap for Enterprise

By: Kerri Shotts

Overview of this book

Table of Contents (16 chapters)
PhoneGap for Enterprise
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4 – Building the Middle-Tier


In this chapter, you will know the reasons why it is necessary to interact with your backend database using an intermediary service. You also take a look at the middle-tier architecture, designing RESTful like API, implementing a RESTful like hypermedia API using Node.js, and handling authentication using Passport. You also learn about building API handlers.

RESTful-like API resources

The following are important links to references on REST and its features: