Description
The Tideland Go REST Server Library helps developing RESTful server
systems. It provides a convenient mapping of URL to handlers and methods
specific to the called HTTP method. Additionally there are helpers for
marshalling and unmarshalling.
The library earlier has been known as web package of the Tideland Go Library.
I hope you like it. ;)
Tideland Go REST Server alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view Tideland Go REST Server alternatives based on common mentions on social networks and blogs.
-
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. -
Iris
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket: -
Gorilla WebSocket
DISCONTINUED. A fast, well-tested and widely used WebSocket implementation for Go. -
GoFr
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. -
goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs. -
Huma
A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed by OpenAPI 3 and JSON Schema. -
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. -
go-server-timing
DISCONTINUED. Go (golang) library for creating and consuming HTTP Server-Timing headers
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of Tideland Go REST Server or a related project?
README
Tideland GoREST
Description
Tideland GoREST helps developing RESTful server systems. It provides a convenient mapping of URL to handlers and methods specific to the called HTTP method. Additionally there are helpers for marshalling and unmarshalling.
The library earlier has been known as web
package of the
Tideland Go Library.
I hope you like it. ;)
Version
Version 2.15.5
Packages
REST
RESTful web request handling.
Request
Convenient client requests to RESTful web services.
Handlers
Some general purpose handlers for the library.
JSON Web Token
JWT package for secure authentication and information exchange like claims.
REST Audit
Helpers for the unit tests of the Go REST Server Library.
Contributors
- Frank Mueller (https://github.com/themue / https://github.com/tideland)
License
Tideland Go REST Server Library is distributed under the terms of the BSD 3-Clause license.
*Note that all licence references and agreements mentioned in the Tideland Go REST Server README section above
are relevant to that project's source code only.