- RESTful Web API Design with Node.js(Second Edition)
- Valentin Bojinov
- 163字
- 2021-07-16 10:45:26
Chapter 2. Getting Started with Node.js
In this chapter, you will gain your first real experience with Node.js. We will start by installing Node.js, along with some of the modules we will use throughout this book. Then, we will set up a development environment. I have chosen the Nodeclipse plugin for the well-known Eclipse IDE, which comes preinstalled within the Enide Developer Studio.
Next, we will create a workspace and start developing our first Node.js application. It will be a simple server processing incoming HTTP requests. Then we will go one step further, demonstrating how to modularize and test our JavaScript code. Finally, we will take a look at some cloud environment offerings that we can use to deploy our applications.
To sum up, in this chapter, we will cover the following topics:
- Installing Node.js
- Installing the Express framework and other modules
- Setting up a development environment
- Handling HTTP requests
- Modularizing code
- Testing Node.js
- Deploying an application on a cloud environment
- Python程序設(shè)計教程(第2版)
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- 微服務(wù)與事件驅(qū)動架構(gòu)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Mastering Selenium WebDriver
- Mastering Articulate Storyline
- 三維圖形化C++趣味編程
- 面向STEM的Scratch創(chuàng)新課程
- Python編程:從入門到實踐
- Oracle從入門到精通(第5版)
- Visual C#.NET程序設(shè)計
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- Visual Foxpro 9.0數(shù)據(jù)庫程序設(shè)計教程