blob: 06e139467327021c733ab99a0cbca71bc66e7673 (
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 barebones 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
|