1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 00:13:12 +00:00
fiber/README.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

2020-01-07 20:16:25 -05:00
<p align="left">
2020-01-07 09:30:09 -05:00
<img src="https://fenny.github.io/fiber/logo.jpg" width="150" alt="Fiber">
<br><br>
</p>
2020-01-07 20:16:25 -05:00
2020-01-06 21:40:00 -05:00
[![Latest Release](https://img.shields.io/github/release/fenny/fiber.svg)](https://github.com/fenny/fiber/releases/latest)
[![GoDoc](https://godoc.org/github.com/fenny/fiber?status.svg)](http://godoc.org/github.com/fenny/fiber)
[![Go Report](https://goreportcard.com/badge/github.com/fenny/fiber)](https://goreportcard.com/report/github.com/fenny/fiber)
[![GitHub license](https://img.shields.io/github/license/fenny/fiber.svg)](https://github.com/fenny/fiber/blob/master/LICENSE)
[![Join the chat at https://gitter.im/FiberGo/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FiberGo/community)
<br><br>
2020-01-07 18:48:15 -05:00
**[Fiber](https://github.com/fenny/fiber)** is a router framework build on top of **[FastHTTP](https://github.com/valyala/fasthttp)**, the fastest HTTP package for **[Go](https://golang.org/doc/)**.<br>
This library is inspired by **[Express](https://expressjs.com/en/4x/api.html)**, one of the most populair and well known web framework for **[Nodejs](https://nodejs.org/en/about/)**.
2020-01-06 21:40:00 -05:00
2020-01-06 21:41:00 -05:00
### Getting started
2020-01-06 21:40:00 -05:00
<a href="https://fenny.github.io/fiber" target="_blank">Documentation</a>