faucet-server 2.1.0

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.
Documentation
1
2
3
4
5
6
7
8
9
10
mod body;
mod pool;
mod websockets;

pub mod load_balancing;
pub mod worker;
pub use body::ExclusiveBody;
pub(crate) use pool::Client;
pub use pool::ExtractSocketAddr;
pub use websockets::UpgradeStatus;