Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit b3a67df

Browse files
authored
Update README.md
1 parent 7b3decb commit b3a67df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 🎉 Template Python FastAPI
1+
# 🎉 Template Python FastAPI Load Balancer
22

3-
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It has a simple and easy to use API, is lightweight, and includes features like asynchronous support, dependency injection, and more.
3+
A load balancer distributes traffic across multiple servers, improving availability and scalability. It directs requests to healthy servers and can perform SSL termination, reducing server load. Examples include Nginx, HAProxy, and AWS ELB.
44

55
![version](https://img.shields.io/badge/version-1.0-blue)
66
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)

0 commit comments

Comments
 (0)