Introducing Foundations - our open source Rust service foundation library
2024-01-24
Foundations is a foundational Rust library, designed to help scale programs for distributed, production-grade systems...
Continue reading »2024-01-24
Foundations is a foundational Rust library, designed to help scale programs for distributed, production-grade systems...
Continue reading »2023-05-26
Let's take a look from the perspective of an Oxy application developer, and then we can discuss the implementation of the framework and some of the interesting design decisions we made...
2023-04-20
We split a proxy application into multiple services to improve development agility and reliability. This blog also shares some common patterns we are leveraging to design a system supporting zero-downtime restart...
2023-04-04
Deploying new versions of long-lived server software while maintaining a reliable experience is challenging. For oxy, we established several development and operational patterns to increase reliability and reduce friction in deployments...
2023-03-30
We have recently introduced Oxy, our Rust-based framework for proxies powering many Cloudflare services and products. Today, we will explain why and how it spans various layers of the OSI model, by handling directly raw IP packets, TCP connections and UDP payloads...
March 02, 2023 3:05 PM
In this blog post, we are proud to introduce Oxy - our modern proxy framework, developed using the Rust programming language...