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
11
12
# Examples with faucet

---
### faucet with Plumber APIs inside R packages

If you have a Plumber API embedded inside an
R Package, you will need to use an `entrypoint.R`
file to tell Plumber how to run the API.

[Example Project](https://github.com/ixpantia/faucet/tree/main/examples/plumber_in_packages)

---