balancer
Version, currently 0.13 versions
- 0.3latestApr 10, 2021
- 0.2not indexedApr 10, 2021
- 0.1not indexedApr 10, 2021
github.com/kostya/balancer
Simple Tcp Balancer
9 stars
0 dependents
License: MIT
Nothing has been indexed for 0.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
balancer:
github: kostya/balancer
version: ~> 0.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# balancer
Simple Tcp Balancer (when nginx or haproxy too heavy for your tasks)
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
balancer:
github: kostya/balancer
```
## Usage
```crystal
require "balancer"
# run balancer listen on 0.0.0.0:3000
# and proxing all connections to 127.0.0.1:3001..3010
balancer = Balancer.new("0.0.0.0", 3000, "127.0.0.1", 3001..3010, Balancer::Method::RoundRobin)
balancer.run
```
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1- Tagged
- Apr 10, 2021
- Commit
0979bd5ee8c5- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/kostya/balancer
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 3