Skip to content

Distrox is a simple distributed HTTP proxy server. It currently supports caching, leader election, load balancing, and firewalls.

License

Notifications You must be signed in to change notification settings

stratasy/distrox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distrox

What

Distrox is a simple distributed HTTP proxy server. It currently supports caching, leader election, load balancing, and firewalls.

Usage

Ensure that golang is installed and setup correctly.

Run make to build. A binary (distrox) will be generated.

Usage: ./distrox [host] [port] [is_leader]

Example: ./distrox localhost 8081 true

To connect one node to another node, type: connect [host]:[port] in the console while the node is running.

Demo

The first gif shows nodes joining/dying + the leader election process. The second gif shows a complete demo.

About

Distrox is a simple distributed HTTP proxy server. It currently supports caching, leader election, load balancing, and firewalls.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published