Found this on LinkedIn (haven't tested yet though): "Faucet is a new runtime for #RStats Plumber that enables async requests. Built with Rust, it guarantees the correct managment and distribution of HTTP requests across different Plumber workers."

https://youtu.be/1uXFe2fUYSA

Looks like the author is not on Mastodon. Link to github repo https://github.com/andyquinterom/Faucet

Faucet: Fearless asynchronous R/Plumber APIs

YouTube
@brodriguesco I think this is similar to valve, also written in Rust, by @josiah https://github.com/JosiahParry/valve
GitHub - JosiahParry/valve: Redirects your plumbing for you.

Redirects your plumbing for you. Contribute to JosiahParry/valve development by creating an account on GitHub.

GitHub
@jospueyo @brodriguesco @josiah +1. I was about to tell this myself
@jrosell @brodriguesco @jospueyo huh, super interesting. Looks similar but using actix.

@jrosell @brodriguesco @jospueyo took it for a spin performance difference is negligible.

`faucet` requires you to make a facuet specific entrypoint. faucet has debug logs built in which is nice! That's on my timeline. But it also pre-allocates plumper workers. So if theyre not being used they're eating up space. Compared to valve which spawns with only 1 worker and despawns them after an unsued amount of time.
He beat me to the video punch! But my video is gonna rock.