- Learning Node.js for .NET Developers
- Harry Cummings
- 79字
- 2021-07-02 16:29:06
Chapter 4. Introducing Node.js Modules
Now that we're up to speed with the syntax of the JavaScript language, we can start building up our application. To do this, we need to know how to structure our application to allow it to grow in a maintainable way.
In this chapter, we will cover the following topics:
- Structuring JavaScript code with modules
- Declaring and using our own modules
- Organizing modules into files and directories
- Implementing an Express middleware module
推薦閱讀
- Learning Neo4j
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- AngularJS Testing Cookbook
- R語言數據分析從入門到精通
- Django:Web Development with Python
- 從Java到Web程序設計教程
- BeagleBone Black Cookbook
- 時空數據建模及其應用
- Mastering Elixir
- Mastering Object:Oriented Python(Second Edition)
- MongoDB Administrator’s Guide
- Koa與Node.js開發實戰
- MySQL核心技術與最佳實踐
- Microsoft Windows Identity Foundation Cookbook
- Learning NHibernate 4