• Stars
    star
    211
  • Rank 186,867 (Top 4 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ“š Documentation for πŸš€ Fiber

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

More Repositories

1

fiber

⚑️ Express inspired web framework written in Go
Go
32,846
star
2

recipes

πŸ“ Examples for πŸš€ Fiber
Go
3,042
star
3

awesome-fiber

✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
492
star
4

boilerplate

🚧 Boilerplate for πŸš€ Fiber
Go
398
star
5

jwt

⚠️ Deprecated repository, available within Fiber Contrib.
Go
396
star
6

swagger

🧬 fiber middleware to automatically generate RESTful API documentation with Swagger
Go
384
star
7

websocket

⚠️ Deprecated repository, available within Fiber Contrib.
Go
290
star
8

storage

πŸ“¦ Premade storage drivers for πŸš€ Fiber
Go
261
star
9

template

🧬 Template engine middleware for Fiber
Go
258
star
10

contrib

🧬 Repository for third party middlewares with dependencies
Go
205
star
11

adaptor

🧬 Adaptor middleware to convert net/http handlers from/to Fiber request handlers
Go
182
star
12

cli

Fiber Command Line Interface
Go
85
star
13

helmet

🧬 Helmet middleware for Fiber
Go
80
star
14

keyauth

🧬 Key Authentication for Fiber
Go
77
star
15

utils

⚑ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Go
44
star
16

session

⚠ Deprecated, available within Fiber v2
Go
24
star
17

basicauth

⚠ Deprecated, available within Fiber v2
Go
17
star
18

redirect

🧬 Redirect middleware for Fiber
Go
15
star
19

website

🌈 The website of the πŸš€ Fiber framework
TypeScript
14
star
20

cors

⚠ Deprecated, available within Fiber v2
Go
14
star
21

rewrite

🧬 Rewrite middleware for Fiber
Go
12
star
22

embed

⚠ Deprecated, available within Fiber v2
Go
11
star
23

limiter

⚠ Deprecated, available within Fiber v2
Go
10
star
24

proxy

⚠ Deprecated, available within Fiber v2
Go
8
star
25

logger

⚠ Deprecated, available within Fiber v2
Go
7
star
26

csrf

⚠ Deprecated, available within Fiber v2
Go
5
star
27

pprof

⚠ Deprecated, available within Fiber v2
Go
5
star
28

recover

⚠ Deprecated, available within Fiber v2
Go
2
star
29

compression

⚠ Deprecated, available within Fiber v2
Go
1
star