Pingora: HTTP Server and Proxy Library, in Rust, by Cloudflare, Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rustls

    A modern TLS library in Rust

  • Being able to use rustls as a drop-in replacement for openssl is on their roadmap: https://github.com/rustls/rustls/blob/main/ROADMAP.md#future...

    So that'll certainly one option in the future.

  • pingora

    A library for building fast, reliable and evolvable network services.

  • cert it via cron that uses the graceful upgrade functionality should work

    https://github.com/cloudflare/pingora/blob/main/docs/quick_s...

  • 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.

    InfluxDB logo
  • plane

    A distributed system for running WebSocket services at scale. (by jamsocket)

  • One reason I'm excited about this is that it appears to let you write arbitrary routing logic into a layer 7 proxy. This is something we had to build for https://plane.dev and it would have been nicer to use something like this, but we couldn't find anything like it at the time.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Alternative to openssl for reqwest https with client certs.

    3 projects | /r/rust | 8 Dec 2023
  • rustls 0.22 is out with pluggable crypto providers and better CRL support

    1 project | /r/rust | 4 Dec 2023
  • Exploring the Rust compiler benchmark suite

    1 project | /r/rust | 22 Aug 2023
  • A brief guide to choosing TLS crates

    5 projects | /r/rust | 9 Jun 2023
  • gRPC with mutual TLS on IPs only

    1 project | /r/openssl | 2 Apr 2023