Skip to content

Releases: ixpantia/faucet

v0.3.1

07 Dec 02:17
2a6ca86
Compare
Choose a tag to compare
  • Allows IP hashing behind a reverse proxy with the use of HTTP headers X-Forwarded-For or X-Real-IP.
  • Improves load balancing algorithms for efficiency.
  • All CLI options can be set from environment variables.
  • Adds retry on failure. Shiny apps and Plumber APIs will be restarted on failure.

v0.2.3

01 Dec 02:44
89fd98d
Compare
Choose a tag to compare

Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively.

  • Adds support for Shiny Applications
  • Adds Round Robin and Round Robin + IP Hash load balancing
  • Simplifies API