<b>Summary</b> <i>Node.js in Action, Second Edition</i> is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. Purchase of the pr
Node.js in Action
β Scribed by Alex Young, Bradley Meck, Mike Cantelon
- Publisher
- Manning Publications
- Year
- 2017
- Tongue
- English
- Edition
- 2nd
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Node.js in Action, Second Edition is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications.
β¦ Table of Contents
Glossary
List of Figures
List of Tables
List of Listings
Copyright
Table of Contents
Praise for the First Edition
Preface
Acknowledgments
About this Book
About the Author
About the Cover Illustration
Part 1. Welcome to Node
Chapter 1. Welcome to Node.js
Chapter 2. Node programming fundamentals
Chapter 3. What is a Node web application?
Part 2. Web development with Node
Chapter 4. Front-end build systems
Chapter 5. Server-side frameworks
Chapter 6. Connect and Express in depth
Chapter 7. Web application templating
Chapter 8. Storing application data
Chapter 9. Testing Node applications
Chapter 10. Deploying Node applications and maintaining uptime
Part 3. Beyond web development
Chapter 11. Writing command-line applications
Chapter 12. Conquering the desktop with Electron
Appendix A. Installing Node
Appendix B. Automating the web with scraping
Appendix C. Connectβs officially supported middleware
π SIMILAR VOLUMES
<div><p><b>Summary</b></p><p><i>Node.js in Action, Second Edition</i> is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. </p><p>Purc
<div><p><b>Summary</b> </p><p><i>Node.js in Action</i> is an example-driven tutorial that starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. You'll start by learning how to set up your Node development env
javascript on the server? You bet. Node.js is a javascript server capable of supporting scalable, high-performance web applications. Using asynchronous I/O, the server can do more than one thing at a time, a key requirement for real-time apps like chat, games, and live statistics. And since its java