Node.js Web Development. Create real-time server-side applications with this practical, step-by-step guide - Third Edition - Helion

Tytuł oryginału: Node.js Web Development. Create real-time server-side applications with this practical, step-by-step guide - Third Edition
ISBN: 9781785885419
stron: 376, Format: ebook
Data wydania: 2016-06-27
Księgarnia: Helion
Cena książki: 139,00 zł
Node.js is a server-side JavaScript platform using an event driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications running in real time. Node.js Web Development shows JavaScript is not just for browser-side applications. It can be used for server-side web application development, real-time applications, microservices, and much more.
This book gives you an excellent starting point, bringing you straight to the heart of developing web applications with Node.js. You will progress from a rudimentary knowledge of JavaScript and server-side development to being able to create and maintain your own Node.js application. With this book you'll learn how to use the HTTP Server and Client objects, data storage with both SQL and MongoDB databases, real-time applications with Socket.IO, mobile-first theming with Bootstrap, microservice deployment with Docker, authenticating against third-party services using OAuth, and much more.
Osoby które kupowały "Node.js Web Development. Create real-time server-side applications with this practical, step-by-step guide - Third Edition", wybierały także:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
Spis treści
Node.js Web Development. Create real-time server-side applications with this practical, step-by-step guide - Third Edition eBook -- spis treści
- 1. About Node.js
- 2. Setting up and Configuring Node
- 3. Working with Modules
- 4. HTTP Servers and Clients - A Web Application’s first steps
- 5. Your first Express Application
- 6. Implementing Mobile-First paradigm
- 7. Data Storage and Retrieval
- 8. Multiuser Authorization: the Microservice way
- 9. Dynamic Interaction between Client and Server with Socket.IO
- 10. Deploying Node applications
- 11. Unit Testing