Skip to content

kopimao/load-balance-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Balance

💻 Usage


you can start a server :

$ yarn
$ yarn start

Currently, the config/default.yml configuration file is required, and edit the value on upstream-proxy

upstream-proxy:
  - host: 127.0.0.1
    port: 3001
  - host: 127.0.0.1
    port: 3002
  - host: 127.0.0.1
    port: 3003
  - host: 127.0.0.1
    port: 3004
  - host: 127.0.0.1
    port: 3005

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published