- 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
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Rust實(shí)戰(zhàn)
- Game Programming Using Qt Beginner's Guide
- Learning ArcGIS Pro 2
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- Architecting the Industrial Internet
- Django Design Patterns and Best Practices
- 區(qū)塊鏈技術(shù)與應(yīng)用
- HTML5從入門到精通(第4版)
- Go語(yǔ)言編程
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Python開(kāi)發(fā)基礎(chǔ)
- Puppet:Mastering Infrastructure Automation
- HTML5 WebSocket權(quán)威指南