jam3-lesson-asyncjs
v1.0.0
Published
This is a lesson on assynchronous javascript. It covers Node EventEmitter, Node Style Callbacks, and Promises
Downloads
3
Maintainers
Readme
jam3-lesson-asyncjs
This is a lesson on asynchronous javascript.
It covers the following topics:
- What is asynchronous js?
- Node Style Callbacks
- Node Events
- Signals
- Promises
Usage
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.