> Oxy heavily relies on open-source dependencies, with hyper and tokio being the backbone of the framework It seems almost every single production async framework uses tokio instead of async-std. Has tokio won? Is there a reason in 2023 not to use tokio as the async base?
Oxy is Cloudflare's Rust-based next generation proxy framework
41–50 of 62 posts
Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#42Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#43Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#44Whoever chose the name clearly never heard about the opioids crisis..
Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#45While it is interesting that they achieved a technical feat, is there any reason for this article to be here? It teaches us nothing apart from the fact that Cloudflare did a thing.
Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#46Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#47They obliviously missed an opportunity to call it "Roxy" and avoid the unfortunate current name collision...
Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#48It’s not OSS :( I figured with this type of blog post the finale would be, and everyone can try it out at… Hopefully they do release it OSS eventually.
Re: Oxy is Cloudflare's Rust-based next generation proxy framework
#49> Oxy heavily relies on open-source dependencies, with hyper and tokio being the backbone of the framework It seems almost every single production async framework uses tokio instead of async-std. Has tokio won? Is there a reason in 2023 not to use tokio as the async base?