RESTful Web API Design with Node.js. A step-by-step guide in the RESTful world of Node.js. - Second Edition - Helion

Tytuł oryginału: RESTful Web API Design with Node.js. A step-by-step guide in the RESTful world of Node.js. - Second Edition
ISBN: 9781786463203
stron: 148, Format: ebook
Data wydania: 2016-05-26
Księgarnia: Helion
Cena książki: 80,91 zł (poprzednio: 89,90 zł)
Oszczędzasz: 10% (-8,99 zł)
In this era of cloud computing, every data provisioning solution is built in a scalable and fail-safe way. Thus, when building RESTful services, the right choice for the underlying platform is vital. Node.js, with its asynchronous, event-driven architecture, is exactly the right choice to build RESTful APIs.
This book will help you enrich your development skills to create scalable, server-side, RESTful applications based on the Node.js platform.
Starting with the fundamentals of REST, you will understand why RESTful web services are better data provisioning solution than other technologies. You will start setting up
a development environment by installing Node.js, Express.js, and other modules. Next, you will write a simple HTTP request handler and create and test Node.js modules using automated tests and mock objects. You will then have to choose the most appropriate data storage type, having options between a key/value or document data store, and also you will implement automated tests for it. This module will evolve chapter by chapter until it turns into a full-fledged and secure Restful service.
Osoby które kupowały "RESTful Web API Design with Node.js. A step-by-step guide in the RESTful world of Node.js. - Second Edition", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
RESTful Web API Design with Node.js. A step-by-step guide in the RESTful world of Node.js. - Second Edition eBook -- spis treści
- 1. REST - What you Didn't know
- 2. Getting started with Node.JS
- 3. Building a typical web API
- 4. Using NoSQL Databases
- 5. Implementing FULL-fledged RESTful Service
- 6. Keeping the bad guys out