Git Product home page Git Product logo

load-balancing's Introduction

Load Balancing test application

Synopsis

This project is based on educational purpose to demonstrate load balancing.

Motivation

This project is simple enough and easy to setup to enable a novice to practice several Nginx configurations and see the application's comportement change. Make sure you have a system with 4 CPU cores at least! Otherwise your computer could freeze the time to process all of your requests.

Installation

  1. Download project
  1. Install and launch the project
  • npm install
  • node app.js 0 // bind to port 3000
  • node app.js 1 // bind to port 3001
  • node app.js 2 // bind to port 3002
  1. Configure Nginx
  • sudo cp load-balancing3.ngx /etc/nginx/sites-available/
  • sudo ln -s /etc/nginx/sites-available/load-balancing3.ngx /etc/nginx/sites-enabled/load-balancing
  1. Reload Nginx configuration
  • sudo service nginx reload

Usage

Go to http://localhost/ with your favorite browser.
Send small requests to see servers changes.
Send big requests to see CPU charge distribued with htop.

API Reference

This project use:

Contributors

If this project interessed you, feel free to contact me at [email protected]!

License

This projectis under MIT license.

load-balancing's People

Contributors

mogeb avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mogeb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.