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...