- 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
- OpenStack Cloud Computing Cookbook(Third Edition)
- 案例式C語言程序設(shè)計(jì)
- Java入門經(jīng)典(第6版)
- Getting started with Google Guava
- CentOS 7 Server Deployment Cookbook
- Mastering Entity Framework
- Mastering Python High Performance
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Hands-On Swift 5 Microservices Development
- PySpark Cookbook
- Java Web開發(fā)詳解
- Python計(jì)算機(jī)視覺和自然語言處理
- Mockito Essentials
- 算法圖解
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)