bazel_aws_credentials
Fiber
Our great sponsors
bazel_aws_credentials | Fiber | |
---|---|---|
1 | 59 | |
0 | 19,990 | |
- | 3.7% | |
0.3 | 9.4 | |
over 1 year ago | 9 days ago | |
Starlark | Go | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bazel_aws_credentials
Fiber
-
Hey early adopters -- share what you've built with pre-1.0 SvelteKit
I'd never heard of Go Fiber before -- it looks awesome. I don't write Go much these days but excited to try it out someday!
- Fiber - ⚡️ express inspired web framework written in go
- Why are there these brands on the Laravel homepage?
-
Best Go Web Framework?
Fiber (https://github.com/gofiber/fiber)
-
Anyone here using Go for more traditional Web application development?
Yes, I’m using https://gofiber.io/
-
Building microservices in Go with Fiber
In this article, you’ll learn how to build microservices in Go using a package called Fiber, a Go framework that is inspired by the Node.js Express framework. It is built on top of the Fast HTTP package, known for being the fastest HTTP engine for Go.
-
Best/Easiest Rest Framework
i like http://gofiber.io because it's similar to previous framework that i use (ruby's sinatra, node's expressjs)
-
I want to develop web app using GOLANG especially because its fast/easy and compiles to native code . but what framework to select ?
Take a look at Fiber (https://gofiber.io/), it’s very well done, fast and featureful. Once you get the hang of it, it feels very natural and unobtrusive.
-
Robust media upload with Golang and Cloudinary - Fiber Version
This post will discuss adding media upload support to a REST API using the Fiber framework and Cloudinary. At the end of this tutorial, we will learn how to structure a Fiber application, integrate Cloudinary with Golang and upload media files to Cloudinary using remote URLs and local file storage.
What are some alternatives?
Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
mux - A powerful HTTP router and URL matcher for building Go web servers with 🦍
Echo - High performance, minimalist Go web framework
Iris - The fastest HTTP/2 Go Web Framework. A true successor of expressjs and laravel. Supports AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. Thank you / 谢谢 https://github.com/kataras/iris/issues/1329
fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
chi - lightweight, idiomatic and composable router for building Go HTTP services
go-socket.io - socket.io library for golang, a realtime application framework.
go-kit - A standard library for microservices.
Beego - beego is an open-source, high-performance web framework for the Go programming language.
gqlgen - go generate based graphql server library
Revel - A high productivity, full-stack web framework for the Go language.
Gearbox - Gearbox :gear: is a web framework written in Go with a focus on high performance