https://github.com/iamseth/tightrope
A Java based load balancer using Netty
https://github.com/iamseth/tightrope
java load-balancer netty poc
Last synced: 8 months ago
JSON representation
A Java based load balancer using Netty
- Host: GitHub
- URL: https://github.com/iamseth/tightrope
- Owner: iamseth
- License: mit
- Created: 2014-07-07T17:28:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T20:09:01.000Z (about 8 years ago)
- Last Synced: 2023-03-11T08:27:29.857Z (almost 3 years ago)
- Topics: java, load-balancer, netty, poc
- Language: Java
- Size: 6.84 KB
- Stars: 4
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
tightrope
=============
tightrope is load balancer that I'm using to get better at Java development and learn Netty. DO NOT use this in production.
This thing is probably littered with mistakes. Check out HAProxy if you want something for real production use.