apehead / async-hooks-demo

⚓ Node.js async-hooks API demo ⚓

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Hooks Demo

A demo about the experimental async_hooks API in Node.js.

Getting Started

Clone the repo and install the dependencies:

$ git clone https://github.com/apehead/async-hooks-demo
$ cd async-hooks-demo && npm install

Running the examples

To run the examples you need Node.js version 8 or higher.

Run the desired example from the terminal with the node executable:

$ node examples/01-init-timer.js

Resources

About

⚓ Node.js async-hooks API demo ⚓


Languages

Language:JavaScript 100.0%