1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 21:04:28 +00:00

Update README_NEW.md

This commit is contained in:
Fenny 2020-02-07 03:28:00 +01:00 committed by GitHub
parent 0f61c34255
commit 63db921daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,3 +45,19 @@ Installation is done using the
```bash ```bash
go get github.com/gofiber/fiber 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/)