blob: 5a46cef94a7847a175466f42c97ad0ae839106a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Pingora User Manual
## Quick Start
In this section we show you how to build a bare-bones load balancer.
[Read the quick start here.](quick_start.md)
## User Guide
Covers how to configure and run Pingora servers, as well as how to build custom HTTP server and proxy logic on top of Pingora's framework.
[Read the user guide here.](user_guide/index.md)
## API Reference
TBD
|