My first basic loadBalancer

This commit is contained in:
2026-01-29 19:05:51 +02:00
commit 5e9b137d3f
7 changed files with 333 additions and 0 deletions

10
files/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "node-app",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1"
}
}