评估
Pingora是一个Rust框架,用于构建快速、可靠和可编程的网络系统。
特性:
- Async Rust: fast and reliable
- HTTP 1/2 end to end proxy
- TLS over OpenSSL or BoringSSL
- gRPC and websocket proxying
- Graceful reload
- Customizable load balancing and failover strategies
- Support for a variety of observability tools
为何要选择Pingora:
- Security is your top priority: Pingora is a more memory safe alternative for services that are written in C/C++
- Your service is performance-sensitive: Pingora is fast and efficient
- Your service requires extensive customization: The APIs Pingora proxy framework provides are highly programmable