first commit

This commit is contained in:
Giancarmine Salucci
2025-04-15 10:53:28 +02:00
commit d6365855b6
6 changed files with 500 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "multithreaded-http-app",
"version": "1.0.0",
"description": "A multithreaded Node.js app that performs repeated HTTP POST requests using worker threads.",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"axios": "^1.6.0"
},
"author": "",
"license": "MIT"
}