devwiki:nodejs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

devwiki:nodejs [2021/08/28 07:38] – created yingdevwiki:nodejs [2021/09/04 17:51] (current) – [Intro to Node.js] ying
Line 25: Line 25:
   * .load : load code from a file   * .load : load code from a file
   * _ : last stored value   * _ : last stored value
 +
 +**Node.js concept**
 +  * npm install: will localized all modules for local project, like python lib but local copy for each project (like python, module has version history, some project may have different version, but seems various js lib version have bigger compatibility change compared to python modules)
 ====== Application Dev Example ====== ====== Application Dev Example ======
  
   * Node.js Real Time Chat: https://www.youtube.com/watch?v=QISU14OrRbI&list=PLfdtiltiRHWHZh8C2G0xNRbcf0uyYzzK_   * Node.js Real Time Chat: https://www.youtube.com/watch?v=QISU14OrRbI&list=PLfdtiltiRHWHZh8C2G0xNRbcf0uyYzzK_
   * another 10 project: https://www.youtube.com/playlist?list=PLO-hrPk0zuI18xlF_480s6UiaGD7hBqJa   * another 10 project: https://www.youtube.com/playlist?list=PLO-hrPk0zuI18xlF_480s6UiaGD7hBqJa
  • devwiki/nodejs.1630136287.txt.gz
  • Last modified: 2021/08/28 07:38
  • by ying