Skip to content

Proxy Pool Example

Advanced example demonstrating proxy pool management.

Source Code

View on GitHub

Running

bash
bun run examples/proxy-pool.ts

Features Demonstrated

  • CRUD operations with metadata
  • Event handling and auto-tracking
  • Complex queries with multiple filters
  • Pool combination and deduplication
  • Transformations (partition, groupBy, sample)
  • Weighted selectors
  • Binder for resource allocation

See the source code for the complete implementation.