https://github.com/vunovati/node_workers_experiment
experimenting with node workers - learning
https://github.com/vunovati/node_workers_experiment
Last synced: 3 months ago
JSON representation
experimenting with node workers - learning
- Host: GitHub
- URL: https://github.com/vunovati/node_workers_experiment
- Owner: Vunovati
- License: mit
- Created: 2019-06-14T08:23:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:05:02.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:26:05.922Z (4 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node_workers_experiment
experimenting with node workers - learningMake http requests with a message in query params to send
it to a worker thread and have it sent back to the main
process which will then display the message and thread
heap memory consumption back.# Usage
```
npm install
npm start
```make a GET http request to
```
http://localhost:3000/?message=abc
```