- Node.js Web Development
- David Herron
- 77字
- 2021-06-25 21:54:03
Node.js Modules
Before writing Node.js applications, you must learn about Node.js modules and packages. Modules and packages are the building blocks for breaking down your application into smaller pieces.
In this chapter, we will cover the following topics:
- Defining a module
- The CommonJS and ES2015 module specifications
- Using ES2015/2016/2017 coding practices in Node.js
- Using the ES6 module format in Node.js code
- Understanding how Node.js finds modules
- The npm package management system
So, let's get on with it.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Interactive Applications Using Matplotlib
- 用Python實現深度學習框架
- Getting Started with Python Data Analysis
- Mastering Apache Maven 3
- Mastering JavaScript Design Patterns(Second Edition)
- Image Processing with ImageJ
- Qlik Sense? Cookbook
- OpenMP核心技術指南
- Oracle數據庫編程經典300例
- Java 9 Programming By Example
- HTML5移動Web開發
- Developing Java Applications with Spring and Spring Boot
- 計算機程序的構造和解釋(JavaScript版)