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:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
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