baocaifeng / quantity

learning notes
0 stars 0 forks source link

NodeJS tips #11

Open baocaifeng opened 6 years ago

baocaifeng commented 6 years ago

1) nodemon

$ npm i -g nodemon use $nodemon index.js instead of $node index.js

baocaifeng commented 6 years ago

2) Express Middleware

image

baocaifeng commented 6 years ago

3) res, req

image