Appendix 1. Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:

Node.js Design Patterns - Second Edition Mario Casciaro, Luciano Mammino
ISBN: 978-1-78328-732-1
- Design and implement a series of server-side JavaScript patterns so you understand why and when to apply them in different use case scenarios
- Become comfortable with writing asynchronous code by leveraging constructs such as callbacks, promises, generators and the async-await syntax
- Identify the most important concerns and apply unique tricks to achieve higher scalability and modularity in your Node.js application
- Untangle your modules by organizing and connecting them coherently
- Reuse well-known techniques to solve common design and coding issues
- Explore the latest trends in Universal JavaScript, learn how to write code that runs on both Node.js and the browser and leverage React and its ecosystem to implement universal applications

Node Cookbook - Third Edition David Mark Clements, Matthias Buus, Matteo Collina, Peter Elger
ISBN: 978-1-78588-124-4
- Debug Node.js programs
- Write and publish your own Node.js modules
- Detailed coverage of Node.js core API's
- Use web frameworks such as Express, Hapi and Koa for accelerated web application development
- Apply Node.js streams for low-footprint data processing
- Fast-track performance knowledge and optimization abilities
- Persistence strategies, including database integrations with MongoDB, MySQL/MariaDB, Postgres, Redis, and LevelDB
- Apply critical, essential security concepts
- Use Node with best-of-breed deployment technologies: Docker, Kubernetes and AWS