Rust Cloudflare

Open-source Rust projects categorized as Cloudflare

Top 7 Rust Cloudflare Projects

  • boringtun

    Userspace WireGuard® Implementation in Rust

    Project mention: WireGuard client that exposes itself as a HTTP/SOCKS5 proxy | news.ycombinator.com | 2024-04-01

    Maybe https://github.com/cloudflare/boringtun or https://github.com/WireGuard/wireguard-go ?

  • workers-rs

    Write Cloudflare Workers in 100% Rust via WebAssembly

    Project mention: Python Cloudflare Workers | news.ycombinator.com | 2024-04-02

    - The speed of the Python interpreter running in WebAssembly

    Today, Python cold starts are slower than cold starts for a JavaScript Worker of equivalent size. A basic "Hello World" Worker written in JavaScript has a near zero cold start time, while a Python Worker has a cold start under 1 second.

    That's because we still need to load Pyodide into your Worker on-demand when a request comes in. The blog post describes what we're working on to reduce this — making Pyodide already available upfront.

    Once a Python Worker has gone through a cold start though, the differences are more on the margins — maybe a handful milliseconds, depending on what happens during the request.

    - There is a slight cost (think — microseconds not milliseconds) to crossing the "bridge" between JavaScript and WebAssembly — for example, by performing I/O or async operations. This difference tends to be minimal — generally something measured in microseconds not milliseconds. People with performance sensitive Workers already write them in Rust https://github.com/cloudflare/workers-rs, which also relies on bridging between JavaScript and WebAssembly.

    - The Python interpreter that Pyodide provides, that runs in WebAssembly, isn't as fast as the years and years of optimization that have gone into making JavaScript fast in V8. But it's still relatively early days for Pyodide, compared to the JS engine in V8 — there are parts of its code where we think there are big perf gains to be had. We're looking forward to upstreaming performance improvements, and there are WebAssembly proposals that help here too.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • dness

    A dynamic dns client

    Project mention: Dness: A Dynamic DNS Client | news.ycombinator.com | 2023-12-09
  • cddns

    A modern, hackable, green DDNS service and cli for Cloudflare.

    Project mention: ClouDDNS: Turn your CloudFlare-powered site into a DDNS. | /r/selfhosted | 2023-05-19
  • narcissus

    API using PostgREST to query and update supabase database. (by rodneylab)

  • ddns-cloudflare

    Simple DDNS app leveraging the Cloudflare API

    Project mention: What are you all using for dyndns? | /r/selfhosted | 2023-05-30

    if anybody is interested in the source: https://github.com/masterflitzer/ddns-cloudflare

  • cf-alias

    Create Cloudflare email alias' directly from your terminal or Alfred.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-02.

Rust Cloudflare related posts

Index

What are some of the best open-source Cloudflare projects in Rust? This list will help you:

Project Stars
1 boringtun 5,796
2 workers-rs 2,243
3 dness 114
4 cddns 15
5 narcissus 12
6 ddns-cloudflare 2
7 cf-alias 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com