Node.js and Backend Development - GitHub Pages

嚜燒ode.js and Backend Development

Shan-Hung Wu

CS, NTHU

Outline

? Node.js

每 Events and asynchronous I/O

每 NPM and CLI tools

每 Debugging

? Backend Development using Express

每 RESTful API

每 Express: routers and middleware

每 Testing and debugging with Postman

? Deployment

每 Cloud computing and Docker

每 Amazon Elastic Beanstalk

2

Outline

? Node.js

每 Events and asynchronous I/O

每 NPM and CLI tools

每 Debugging

? Backend Development using Express

每 RESTful API

每 Express: routers and middleware

每 Testing and debugging with Postman

? Deployment

每 Cloud computing and Docker

每 Amazon Elastic Beanstalk

3

Clone hello-node

$ npm install --save yargs

? Yargs

每 Command line interface (CLI) tools

? Usage:

$ node src/main.js [options]

4

? Javscript runtime engine

? Why Node.js in the backend?

每 Event-based and asynchronous I/O; very fast

每 NPM and large ecosystem

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download