NodeJS Runtime and Ecosystem

October 20, 2019 · View on GitHub

MIT Licensed Awesome       

NodeJS Runtime and Ecosystem

  1. NodeSchool workshops
    Please complete the following workshops:

Get acquainted with NodeJS documentation:

  • Go to nodejs.org and skim through the chapters.
  • Find and read documentation about require and module in NodeJS
  • Find and read EventEmitter class documentation
  • Find command-line flag to enable ES6 modules support

Extra materials

  1. Async IO on Linux: select, poll, and epoll

Done?

➡️ Go forward to Databases

⤴️ Back to Contents