Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 603 Bytes

express-load-balancer

A simple http load balancer app using express on node.js.

Getting Started

You can clone this repository to run or modify it locally

git clone https://github.com/atrifat/express-load-balancer
cd express-load-balancer

install its dependencies

npm install

You can copy env variable .env.example into .env file and change the variable, especially BACKEND_SERVER_LIST to your own services.

Now, run it using command

npm run start

or run it using node command directly

node src/index.mjs

License

MIT

Author

Rif'at Ahdi Ramadhani (atrifat)