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:
- 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
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