5 releases (3 breaking)

0.4.0 Nov 1, 2024
0.3.0 Jul 12, 2024
0.2.0 May 10, 2024
0.1.1 Apr 18, 2024
0.1.0 Feb 28, 2024

#22 in #pingora

Download history 10553/week @ 2024-10-29 11345/week @ 2024-11-05 8713/week @ 2024-11-12 14092/week @ 2024-11-19 15432/week @ 2024-11-26 10267/week @ 2024-12-03 13733/week @ 2024-12-10 10152/week @ 2024-12-17 4999/week @ 2024-12-24 6144/week @ 2024-12-31 9321/week @ 2025-01-07 10546/week @ 2025-01-14 11509/week @ 2025-01-21 17171/week @ 2025-01-28 18170/week @ 2025-02-04 17256/week @ 2025-02-11

65,453 downloads per month
Used in 24 crates (16 directly)

Apache-2.0

1MB
18K SLoC

Pingora

Pingora is a collection of service frameworks and network libraries battle-tested by the Internet. It is to build robust, scalable and secure network infrastructures and services at Internet scale.

Features

  • Http 1.x and Http 2
  • Modern TLS with OpenSSL or BoringSSL (FIPS compatible)
  • Zero downtime upgrade

Usage

This crate provides low level service and protocol implementation and abstraction.

If looking to build a (reverse) proxy, see pingora-proxy crate.

Optional features

boringssl: Switch the internal TLS library from OpenSSL to BoringSSL.

Dependencies

~27–53MB
~1M SLoC