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

#23 in #pingora

Download history 923/week @ 2024-08-03 1024/week @ 2024-08-10 918/week @ 2024-08-17 1008/week @ 2024-08-24 959/week @ 2024-08-31 692/week @ 2024-09-07 1398/week @ 2024-09-14 5591/week @ 2024-09-21 6224/week @ 2024-09-28 4497/week @ 2024-10-05 6464/week @ 2024-10-12 4750/week @ 2024-10-19 9184/week @ 2024-10-26 12889/week @ 2024-11-02 8261/week @ 2024-11-09 12358/week @ 2024-11-16

43,608 downloads per month
Used in 23 crates (15 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