- 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
推薦閱讀
- 軟件安全技術(shù)
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實(shí)現(xiàn)
- Mastering Selenium WebDriver
- C語言最佳實(shí)踐
- Python王者歸來
- Oracle JDeveloper 11gR2 Cookbook
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- PHP+Ajax+jQuery網(wǎng)站開發(fā)項(xiàng)目式教程
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Go語言編程
- JavaScript程序設(shè)計(jì)(第2版)
- Oracle數(shù)據(jù)庫編程經(jīng)典300例