Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
JavaScript and JSON Essentials

You're reading from   JavaScript and JSON Essentials Build light weight, scalable, and faster web applications with the power of JSON

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher
ISBN-13 9781788624701
Length 226 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Joseph D'mello Joseph D'mello
Author Profile Icon Joseph D'mello
Joseph D'mello
Sai S Sriparasa Sai S Sriparasa
Author Profile Icon Sai S Sriparasa
Sai S Sriparasa
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Title Page
Copyright and Credits
Dedication
Packt Upsell
Contributors
Preface
1. Getting Started with JSON 2. The JSON Structures FREE CHAPTER 3. AJAX Requests with JSON 4. Cross-Domain Asynchronous Requests 5. Debugging JSON 6. Building the Carousel Application 7. Alternate Implementations of JSON 8. Introduction to hapi.js 9. Storing JSON Documents in MongoDB 10. Configuring the Task Runner Using JSON 11. JSON for Real-Time and Distributed Data 12. Case Studies in JSON 1. Other Books You May Enjoy Index

Requirements for AJAX


AJAX is an asynchronous two-way communication between the browser that is considered to be the client and a live web server via HTTP (or HTTPS). We can run a live server locally, using tools such as Apache, IIS, or node.js. We are choosing node.js to be our main server-side platform.

Setting up a node.js server

Perform the following steps to build a node.js server: 

  1. Download the setup from the following link: https://nodejs.org/en/. The reader needs to select the LTS (long-term support) executable so that we receive node.js community support for a long period of time.
  2. The installation is a simple one-click setup procedure, you just need to follow the steps. If you are planning to install via terminal, here is the link for the required steps: https://nodejs.org/en/download/package-manager/.
  3. Once the installation is complete, we are all set to write our first server-side program to generate and host a live JSON feed. Run the following commands in the terminal to create a file...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime
Visually different images