- MEAN Web Development
- Amos Q. Haviv
- 142字
- 2021-08-05 17:46:45
Chapter 2. Getting Started with Node.js
In the previous chapter, you set up your environment and discovered the basic development principles of Node.js. This chapter will cover the proper way of building your first Node.js web application. You'll go through the basics of JavaScript event-driven nature and how to utilize it to build Node.js applications. You'll also learn about the Node.js module system and how to build your first Node.js web application. You'll then proceed to the Connect module and learn about its powerful middleware approach. By the end of this chapter, you'll know how to use Connect and Node.js to build simple yet powerful web applications. We'll cover the following topics:
- Introduction to Node.js
- JavaScript closures and event-driven programming
- Node.js event-driven web development
- CommonJS modules and the Node.js module system
- Introduction to the Connect web framework
- Connect's middleware pattern
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Instant Node Package Manager
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- HBase從入門到實戰
- Mastering PHP Design Patterns
- HTML5+CSS3網站設計基礎教程
- JavaScript:Moving to ES2015
- Python+Tableau數據可視化之美
- Couchbase Essentials
- Android應用開發實戰
- Scratch從入門到精通
- Learning Bootstrap 4(Second Edition)
- Learning Unreal Engine Game Development
- 面向對象程序設計及C++(第3版)
- Java Web開發基礎與案例教程