Node.js in Action

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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.

Author(s): Alex Young, Bradley Meck, Mike Cantelon
Edition: 2nd
Publisher: Manning Publications
Year: 2017

Language: English
Pages: 0

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