️ Express inspired web framework written in Go
Go to file
Fenny a1a5926e19 Add json example 2020-01-08 02:08:52 -05:00
docs Add json example 2020-01-08 02:08:52 -05:00
LICENSE Update LICENSE 2020-01-07 00:27:11 +01:00
README.md Make links bold 2020-01-07 18:48:15 -05:00
context.go Add Form() to README 2020-01-08 02:04:04 -05:00
helpers.go Add files via upload 2020-01-06 18:38:39 -05:00
pool.go Add files via upload 2020-01-03 05:57:41 -05:00
router.go Add files via upload 2020-01-07 11:28:06 -05:00

README.md

Fiber

Latest Release GoDoc Go Report GitHub license Join the chat at https://gitter.im/FiberGo/community

Fiber is a router framework build on top of FastHTTP, the fastest HTTP package for Go.
This library is inspired by Express, one of the most populair and well known web framework for Nodejs.

Getting started

Documentation