jam3-lesson-asyncjs

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i jam3-lesson-asyncjs

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mikkoh