Vunovati / node_workers_experiment

experimenting with node workers - learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_workers_experiment

experimenting with node workers - learning

Make 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

About

experimenting with node workers - learning

License:MIT License


Languages

Language:JavaScript 100.0%