5 releases (3 breaking)

new 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 1000/week @ 2024-07-12 671/week @ 2024-07-19 1015/week @ 2024-07-26 879/week @ 2024-08-02 1030/week @ 2024-08-09 1007/week @ 2024-08-16 999/week @ 2024-08-23 891/week @ 2024-08-30 766/week @ 2024-09-06 652/week @ 2024-09-13 4933/week @ 2024-09-20 6770/week @ 2024-09-27 4833/week @ 2024-10-04 5942/week @ 2024-10-11 5000/week @ 2024-10-18 8611/week @ 2024-10-25

25,317 downloads per month
Used in 19 crates (14 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