mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 11:44:18 +00:00
Update README_NEW.md
This commit is contained in:
parent
0f61c34255
commit
63db921daf
@ -45,3 +45,19 @@ Installation is done using the
|
||||
```bash
|
||||
go get github.com/gofiber/fiber
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
* Robust routing
|
||||
* Focus on high performance
|
||||
* HTTP helpers (redirection, caching, etc)
|
||||
* Content negotiation
|
||||
|
||||
- Optimized for extreme performance
|
||||
- Low memory footprint
|
||||
- Rapid Server-side programming
|
||||
- Middlewares with `Next` support
|
||||
- Robust routing with parameters
|
||||
- Serve static files
|
||||
- Express API endpoints
|
||||
- [Extended API doc](https://fiber.wiki/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user