#1 Fiber
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Package echo implements high performance, minimalist Go web framework.
Health score 97/100, confidence 100/100.
| Latest version | v4.15.2 |
| Imported by | 31.3K packages |
| Stars | 32.4K |
| Forks | 2.3K |
| Last activity | Today |
| Latest release | v5.1.1 (26 days ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BindUnmarshaler | Type | type BindUnmarshaler interface{ ... } |
| BindUnmarshaler.UnmarshalParam | Method | UnmarshalParam func(param string) error |
| Binder | Type | type Binder interface{ ... } |
| Binder.Bind | Method | Bind func(i interface{}, c Context) error |
| BindingError | Type | type BindingError struct{ ... } |
| BindingError.Error | Method | func (be *BindingError) Error() string |
| BindingError.Field | Field | Field string |
| BindingError.Values | Field | Values []string |
| Context | Type | type Context interface{ ... } |
| Context.Attachment | Method | Attachment func(file string, name string) error |
| Context.Bind | Method | Bind func(i any) error |
| Context.Blob | Method | Blob func(code int, contentType string, b []byte) error |
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.