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

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

Awesome Lists containing this project

README

        

# 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
```