- 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
- TypeScript Essentials
- Mastering Zabbix(Second Edition)
- Instant Apache Stanbol
- MATLAB 2020 從入門到精通
- Java程序員面試算法寶典
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- MySQL數據庫管理與開發(慕課版)
- Rust游戲開發實戰
- Natural Language Processing with Python Quick Start Guide
- Practical GIS
- Penetration Testing with the Bash shell
- Software-Defined Networking with OpenFlow(Second Edition)
- Laravel Design Patterns and Best Practices
- Building a Media Center with Raspberry Pi
- SAS編程演義