1.0.0 • Published 9 years ago

jam3-lesson-asyncjs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

jam3-lesson-asyncjs

experimental

This is a lesson on asynchronous javascript.

It covers the following topics:

  1. What is asynchronous js?
  2. Node Style Callbacks
  3. Node Events
  4. Signals
  5. Promises

Usage

NPM

Install jam3-lesson-asyncjs

$ npm i jam3-lesson-asyncjs -g

Then create a folder and run jam3-lesson-asyncjs so:

$ mkdir ~/lesson-assync
$ cd ~/lesson-assync
$ jam3-lesson-asyncjs

After this open your browser and you'll be able to start reading the lessons. Each part of the lesson has a practice section. These can be found at practice/index.js in each part of the lesson.

License

MIT, see LICENSE.md for details.