-
JavaScript and JSON Essentials2018下载
资源介绍
Chapter 1, Getting Started with JSON, introduces the audience to JSON, discusses the
history of JSON along with how it works and stores itself in memory. The chapter also
outlines the popular programming languages that support JSON and ends by writing a
basic program with different data types in JSON.
Chapter 2, The JSON Structures, spices up the normal implementation of JSON with a
little complexity consisting of multiple datatypes, multiple objects, and
multidimensional data.
Chapter 3, AJAX Requests with JSON, discusses AJAX requests with JSON data,
passing JSON over HTTP requests, asynchronicity and techniques to handle it.
Chapter 4, Cross-Domain Asynchronous Requests, explores the concept of making
asynchronous calls across domains. Since data is being transported across domains,
users will be introduced to the concept of JSON with padding, called JSONP.
Chapter 5, Debugging JSON, explains the powerful tools that are available to debug,
validate, and format JSON.
Chapter 6, Building the Carousel Application, implements the idea of a Carousel
application and the required setup and dependencies, such as the jQuery library and the
jQuery Cycle plugin, for the application. It uses Bootstrap to maintain a basic design
for the application.
Chapter 7, Alternate Implementations of JSON, discusses the non web-development
implementation of JSON, such as dependency managers, metadata stores, and
configuration stores.
Chapter 8, Introduction to Hapi.js, talks about implementing JSON-based configuration
in a Hapi server and creating RESTful APIs with the help of the same.
Chapter 9, Storing JSON Documents in MongoDB, begins by introducing MongoDB and
then, explains how JSON is used in mongoDB. Next, it reaches the central theme of
performing different operations on mongoDB JSON documents.
Chapter 10, Configuring the Task Runner Using JSON, outlines the gulp.js library. Gulp
is a powerful library that manages and provides tools to create tasks.
Chapter 11, JSON for Real-Time and Distributed Data, familiarizes you with the usage of
JSON data for real-time web applications by implementing the socket.io server and,
furthermore, with Apache Kafka.
Chapter 12, Case Studies in JSON, is a case study on how JSON is enhanced for different
domains, taking into consideration the various benefits it provided after implantation.
- 上一篇: Node.js项目实践构建可扩展的Web应用.pdf
- 下一篇: 2018年深圳杯数学建模挑战赛题目