Download the repository with git
git clone https://github.com/speedingplanet/mathworks-javascriptInstall all the dependencies
npm installStart the class server
npm startnpm start - Start the class server
- MDN Event Loop
- An overview of Node.js: architecture, APIs, event loop, concurrency
- What the heck is the event loop anyway?: Old, but still relevant, and a great presentation
- JavaScript Event Loop