/nodejs

Node JS training material

Node.js

An event-driven, non-blocking I/O model based JS runtime

Two major version available for download

  • v6.11.3 LTS
    • Non-breaking changes on updates - assures that existing code works
    • Gets bug fixes
    • Gets security updates
    • Maintained till April 2019
  • v8.4.0
    • Latest
    • Maintained till December 2019

References