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
- Host: GitHub
- URL: https://github.com/peterdee/node-event-loop-blocking
- Owner: peterdee
- Created: 2021-02-13T17:39:43.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-14T16:34:25.000Z (about 5 years ago)
- Last Synced: 2025-01-21T10:11:15.679Z (about 1 year ago)
- Topics: child-process, event-loop, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```