go_fiber_quickstart
Fiber framework demo
Provides a basic setup and example usage of the Go Fiber framework for building web applications.
A quick start example to start using the new Go Fiber framework.
18 stars
2 watching
6 forks
Language: Go
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
go-dawn/dawn | An opinionated lightweight framework to build web APIs or applications on top of Fiber. | 17 |
mikestefanello/pagoda | A full-stack web development starter kit in Go providing a solid foundation and structure for rapid and easy application development. | 2,201 |
koddr/tutorial-go-fiber-rest-api | Builds a RESTful API on Go with Fiber, PostgreSQL, JWT and Swagger documentation in isolated Docker containers. | 378 |
goyek/demo | Demonstrates reusable build framework customization and integration with multiple tools | 1 |
sujit-baniya/fiber-boilerplate | A comprehensive Go web framework boilerplate with built-in features for authentication, authorization, caching, and more. | 410 |
smallnest/go-web-framework-benchmark | Compared performance of various Go web frameworks across different aspects like connection and route selection handling times | 2,077 |
gocraft/web | A fast and scalable Go package for building web applications with middleware and routing support. | 1,508 |
thomasvvugt/fiber-boilerplate | A comprehensive boilerplate for building Fiber web applications with Go | 276 |
aisk/vox | A lightweight Go web framework inspired by Koa. | 84 |
firebase007/go-rest-api-with-fiber | An example Go API using Fiber to provide a simple REST interface | 53 |
go-aah/aah | Builds secure and flexible web applications with a modular framework that automates infrastructure and repetitive tasks. | 690 |
zeiss/fiber-htmx | A Go package that allows writing HTML5 and HTMX components in pure Go using the fiber web framework. | 52 |
create-go-app/fiber-go-template | Provides a scaffold for building RESTful APIs with Fiber Go Web Framework and auto-generated Swagger API documentation | 955 |
efectn/fiber-boilerplate | A Go-based boilerplate for building RESTful APIs with Fiber. | 77 |
restuwahyu13/go-rest-api | A comprehensive Golang project demonstrating fundamental concepts of application development using the Gin framework | 133 |