/Node-Continuous-Learning

node学习笔记

Primary LanguageJavaScriptMIT LicenseMIT

Node持续学习

学习参考资料

学习路径

  1. 环境搭建
    • nvm
    • nrm (管理npm源)
  2. 部署
    • pm2
  3. 基本应用
  4. 内置模块
    • path
    • fs
    • console
    • http
    • https
    • dns
    • url
    • stream
    • readLine
    • process
    • child
    • buffer
    • string_decoder
    • events
    • util
    • crypto
    • zlib
    • cluster
    • v8