Update README_NEW.md

pull/72/head
Fenny 2020-02-07 03:40:34 +01:00 committed by GitHub
parent b8b6cbaa1f
commit 21449c83a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -48,14 +48,14 @@ go get github.com/gofiber/fiber
## Features
* Robust routing
* Serve static files
* Extreme performance
* Robust [routing](https://fiber.wiki/#/routing)
* Serve [static files](https://fiber.wiki/#/application?id=static)
* [Extreme performance](https://fiber.wiki/#/benchmarks)
* Low memory footprint
* Express API endpoints
* Middleware & `Next` support
* Express [API endpoints](https://fiber.wiki/#/context)
* Middleware & [Next](https://fiber.wiki/#context?id=next) support
* Rapid server-side programming
* [Extended API documentation](https://fiber.wiki/)
* [And much more, click here](https://fiber.wiki/)
## Philosophy