万本电子书0元读

万本电子书0元读

顶部广告

Beginning API Development with Node.js电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Anthony Nandaa

出  版  社:Packt Publishing

出版时间:2018-07-24

字       数:7.6万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Learn everything you need to get up and running with cutting-edge API development using JavaScript and Node.js; ideal for data-intensive real-time applications that run across multiple platforms. Key Features *Build web APIs from start to finish using JavaScript across the development stack *Explore advanced concepts such as authentication with JWT, and running tests against your APIs *Implement over 20 practical activities and exercises across 9 topics to reinforce your learning Book Description Using the same framework to build both server and client-side applications saves you time and money. This book teaches you how you can use JavaScript and Node.js to build highly scalable APIs that work well with lightweight cross-platform client applications. It begins with the basics of Node.js in the context of backend development, and quickly leads you through the creation of an example client that pairs up with a fully authenticated API implementation. By the end of the book, you’ll have the skills and exposure required to get hands-on with your own API development project. What you will learn *Understand how Node.js works, its trends, and where it is being used now *Learn about application modularization and built-in Node.js modules *Use the npm third-party module registry to extend your application *Gain an understanding of asynchronous programming with Node.js *Develop scalable and high-performing APIs using hapi.js and Knex.js *Write unit tests for your APIs to ensure reliability and maintainability Who this book is for This book is ideal for developers who already understand JavaScript and are looking for a quick no-frills introduction to API development with Node.js. Though prior experience with other server-side technologies such as Python, PHP, ASP.NET, Ruby will help, it’s not essential to have a background in backend development before getting started.
目录展开

Title Page

Copyright and Credits

Beginning API Development with Node.js

Packt Upsell

Why Subscribe?

PacktPub.com

Contributors

About the Author

About the Reviewer

Packt Is Searching for Authors like You

Preface

Who This Book Is For

What This Book Covers

To Get the Most out of This Book

Download the Example Code Files

Conventions Used

Get in Touch

Reviews

Introduction to Node.js

The Basics of Node.js

Applications of Node.js

Activity: Running Basic Node.js Code

The Module System

Application Modularization

Module Categories

Built-In Modules

npm – Third-Party Module Registry

Scanning for node_modules

Handy npm Commands

Local Modules

Activity: Using a Third-Party Package for the Previous math.js Code

Asynchronous Programming with Node.js

Callbacks

Promises

Async/Await

Activity: Transforming a Text File Using an Async Function

Summary

Building the API - Part 1

Building a Basic HTTP Server

Setting up Hapi.js

Exercise 1: Building a Basic Hapi.js Server

Using an API Client

Returning JSON Strings

Exercise 2: Returning JSON

Using nodemon for Development Workflow

Exercise 3: Using nodemon

Setting up the Logger

Exercise 4: Setting up the Logger

Understanding Requests

A Look at HTTP Request Methods

Exercise 5: Getting a List of Resources

Exercise 6: Getting a Specific Resource

Exercise 7: Creating a New Todo with POST

Exercise 8: Updating a Resource with PUT

Exercise 9: Updating with PATCH

Exercise 10: Deleting a Resource with DELETE

Request Validation

Exercise 11: Validating a Request

Summary

Building the API - Part 2

Working with the DB Using Knex.js

Exercise 12: Setting up the Database

Exercise 13: Connecting to the Database

Exercise 14: Creating a Record

Exercise 15: Reading from the Database

Exercise 16: Updating a Record

Exercise 17: Deleting a Record

Exercise 18: Cleaning up the Code

Authenticating Your API with JWT

Exercise 19: Securing All the Routes

Exercise 20: Adding User Authentication

Authentication versus Authorization

Exercise 21: Implementing Authorization

Testing Your API with Lab

Exercise 22: Writing Basic Tests with Lab

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部