Node.js Web Development - Fourth Edition - Helion
Tytuł oryginału: Node.js Web Development - Fourth Edition
ISBN: 9781788627368
stron: 492, Format: ebook
Data wydania: 2018-05-30
Księgarnia: Helion
Cena książki: 149,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.
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, maintain, deploy and test your own Node.js application.You will understand the importance of transitioning to functions that return Promise objects, and the difference between fs, fs/promises and fs-extra. 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 use some well known tools to beef up security of Express 4.16 applications.
Osoby które kupowały "Node.js Web Development - Fourth 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. Server-side development with Node 10 made easy - Fourth Edition eBook -- spis treści
- 1. About Node.js
- 2. Setting up Node.js
- 3. Node.js Modules
- 4. HTTP Servers and Clients
- 5. Your First Express Application
- 6. Implementing the Mobile-First Paradigm
- 7. Data Storage and Retrieval
- 8. Multiuser Authentication the Microservice Way
- 9. Dynamic Client/Server Interaction with Socket.IO
- 10. Deploying Node.js Applications
- 11. Unit Testing
- 12. Security