An open API service indexing awesome lists of open source software.

https://github.com/peterdee/node-event-loop-blocking

Test child_process methods within the blocked Event Loop
https://github.com/peterdee/node-event-loop-blocking

child-process event-loop nodejs

Last synced: 12 months ago
JSON representation

Test child_process methods within the blocked Event Loop

Awesome Lists containing this project

README

          

## Node Event Loop blocking

This example demonstrates what happens with the `child_process` methods if they are being called inside of the blocked Event Loop.

### Deploy

```shell script
git clone https://github.com/peterdee/node-event-loop-blocking
cd ./node-event-loop-blocking
```

### Launch

```shell script
npm start
```