Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Beginning API Development with Node.js

Posted By: AlenMiler
Beginning API Development with Node.js

Beginning API Development with Node.js: Build highly scalable, developer-friendly APIs for the modern web with JavaScript and Node.js by Anthony Nandaa
English | 24 July 2018 | ISBN: 1789539668 | 100 Pages | EPUB | 1.65 MB

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.

Table of Contents
Introduction to Node.js
Building the API – Part 1
Building the API – Part 2