Buy New
-
To see product details, add this item to your cart.
Ships from: Amazon.com Sold by: Amazon.com
Save with Used - Good
-
To see product details, add this item to your cart.
Ships from: BooksRun Sold by: BooksRun
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
Mastering Node.js Web Development: Go on a comprehensive journey from the fundamentals to advanced web development with Node.js
Purchase options and add-ons
Unlock the full potential of Node.js with practical skills to develop and deploy scalable and high-performance server-side applications that enhance your client-side projects
Purchase of the print or Kindle book includes a free PDF eBook
Key Features
- Server-side applications with Node.js, covering HTTP requests, static and dynamic content delivery, form data processing, and RESTful web services
- Hands-on examples, step-by-step code listings, and best practices for building and deploying server applications
- Common services like authentication, managing application state, and performance optimization
Book Description
Dive into the world of Node.js with this comprehensive guide, taking you from foundational concepts to practical web development mastery. Written by an industry veteran with over 50 programming books under his belt, this book will help both beginners and seasoned developers.
Gain a deep understanding of the most important server-side features in web development with Node.js. The first part of the book will get you up to speed with basic features of Node.js and TypeScript. In the second part, you’ll elevate your skills by creating simplified implementations of key server-side features to understand how they work and how they are presented to clients. Armed with the understanding gained from implementing each feature, you will be able to replace custom code with production-ready open-source packages.
The third part will help you understand how server-side features are combined for practical web development. Using Adam Freeman’s signature SportsStore application, you will learn how to develop client and server-side components, culminating in a thorough application deployment preparation.
By the end of this Node.js book, you will be able to build and deploy server applications to support HTTP clients, including JavaScript applications created with frameworks such as Angular and React.
What you will learn
- Process HTTP requests and perform file operations
- Create RESTful web services that can be consumed by client-side apps
- Work with server apps serving JavaScript clients, such as React and Angular
- Leverage Node.js to work with popular databases
- Apply practical knowledge through building the SportsStore project
- Authenticate users and authorize access to application features
Who this book is for
This book is for programmers with a basic knowledge of HTML and CSS who are transitioning into JavaScript development and are looking to master the implementation of server-side applications.
Table of Contents
- Getting Ready
- Working with the Node.js Tools
- JavaScript and TypeScript Primer
- Understanding Node.js Concurrency
- Handling HTTP Requests
- Using Node.js Streams
- Using Bundles and Content Security
- Unit Testing and Debugging
- Creating the Example Project
- Using HTML Templates
- Handling Form Data
- Using Databases
- Using Sessions
- Creating RESTful Web Services
- Authenticating and Authorizing Requests
- SportsStore: A Real Application
- SportsStore: Navigation and Cart
- SportsStore: Orders and Validation
- SportsStore: Authentication
- SportsStore: Administration
- SportsStore: Deployment
- ISBN-101804615072
- ISBN-13978-1804615072
- PublisherPackt Publishing
- Publication dateJune 24, 2024
- LanguageEnglish
- Dimensions7.5 x 1.76 x 9.25 inches
- Print length778 pages
![]() |
Customers who viewed this item also viewed
Customers also bought or read
- React and React Native: Build cross-platform JavaScript and TypeScript apps for the web, desktop, and mobile
PaperbackFREE delivery Mon, Jun 29 - Node.js for Beginners: A comprehensive guide to building efficient, full-featured web applications with Node.js
PaperbackFREE delivery Mon, Jun 29 - Learn React with TypeScript: A beginner's guide to building real-world, production-ready web apps with React 19 and TypeScript
PaperbackFREE delivery Mon, Jun 29 - JavaScript: The Definitive Guide: Master the World's Most-Used Programming Language
PaperbackFREE delivery Mon, Jun 29 - Learning Angular: A practical guide to building web applications with modern Angular
PaperbackFREE delivery Mon, Jun 29 - Eloquent JavaScript, 4th Edition#1 Best SellerComputer Programming Structured Design
PaperbackDelivery Mon, Jun 29 - Django 5 By Example: Build powerful and reliable Python web applications from scratch
PaperbackFREE delivery Mon, Jun 29 - Learning TypeScript: Enhance Your Web Development Skills Using Type-Safe JavaScript
PaperbackFREE delivery Mon, Jun 29 - Hands-On Microservices with JavaScript: Build scalable web applications with JavaScript, Node.js, and Docker
PaperbackFREE delivery Mon, Jun 29 - Mastering Go: Leverage Go's expertise for advanced utilities, empowering you to develop professional software
PaperbackFREE delivery Mon, Jun 29 - Node.js: The Comprehensive Guide to Server-Side JavaScript Programming (Rheinwerk Computing)
PaperbackFREE delivery Mon, Jun 29 - Python Machine Learning By Example: Unlock machine learning best practices with real-world use cases
PaperbackDelivery Mon, Jun 29 - Learn Python Programming: A comprehensive, up-to-date, and definitive guide to learning Python
PaperbackFREE delivery Mon, Jun 29
From the Publisher
Which chapters in the book stand out?
I'd start with Chapter 4, Understanding Node.js Concurrency. JavaScript's unique approach to concurrency is reflected in the Node.js API, and understanding asynchronous tasks is essential for scalable web applications.
I also recommend Chapter 5, Handling HTTP Requests, Chapter 6, Using Node.js Streams, and Chapter 14, Creating RESTful Web Services. They are crucial for most projects and are helpful for troubleshooting, as they explain how Node.js handles HTTP requests and creates responses.
Who is this book for?
I wrote this book for programmers who want to understand how their web application works behind the scenes, so they can build on the features provided by open-source JavaScript packages or diagnose complex problems.
While some developers are content with merely installing packages and copying and pasting initialization code, this book is intended for those who aspire to move beyond the copy-and-paste methodology and delve deeper into the intricacies.
- Each feature is custom-built using the Node.js API, then re-implemented using a popular open-source package
- Use best-in-class packages for speed and agility and grasp their workings behind the scenes
What can readers expect to learn from this book?
Node.js boasts a vast ecosystem of JavaScript packages that provide the features required by just about any web development project. It’s possible to bootstrap a web application by installing popular packages, writing a few lines of code, and adding some content.
That’s great - and it’s one of the reasons that Node.js is so popular - but the programmer doesn’t get any insight into how the application works, and that can pose problems when things go wrong or when the features provided by the packages don’t fully meet project needs.
In this book, I’ve drawn back the curtain to reveal how open-source packages leverage the Node.js API. You'll learn how to implement each key feature for a web application using the Node.js API, then see how to replace custom code with widely-used packages.
What kind of hands-on projects are in this book?
In the final part of the book, you'll build SportsStore, a realistic web store created from the ground up.
You'll dive deep into the details of specific features that are important for web applications in the first two parts of the book. Deep dives are important, but that level of detail can make it hard to understand where the knowledge that each chapter contains fits into a web application project.
That's where the SportsStore chapters come in. You'll see how all the features come together to create a full-fledged web store from scratch. Each chapter walks you through building a product catalog, shopping cart, checkout process, and more, using the features covered earlier. By the end, your SportsStore project will include OAuth authentication, access control, and client-side administration features.
Editorial Reviews
About the Author
Adam Freeman is an experienced IT professional who started his career as a programmer. He has held senior positions in a range of companies, most recently serving as Chief Technology Officer and Chief Operating Officer of a global bank. He has written over 50 programming books, focusing mostly on web application development. Now retired, he spends his time writing and trying to make furniture.
Product details
- Publisher : Packt Publishing
- Publication date : June 24, 2024
- Language : English
- Print length : 778 pages
- ISBN-10 : 1804615072
- ISBN-13 : 978-1804615072
- Item Weight : 2.89 pounds
- Dimensions : 7.5 x 1.76 x 9.25 inches
- Best Sellers Rank: #530,874 in Books (See Top 100 in Books)
- #50 in JavaScript Programming (Books)
- #60 in Web Services
- #706 in Programming Languages (Books)
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.





























