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, easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :leaves: :rocket: | 谢谢 | #Go -
go-kratos
Your ultimate Go microservices framework for the cloud-native era. -
Gorilla WebSocket
A fast, well-tested and widely used WebSocket implementation for Go. -
httprouter
A high performance HTTP request router that scales well -
mux
A powerful HTTP router and URL matcher for building Go web servers with 🦍 -
chi
lightweight, idiomatic and composable router for building Go HTTP services -
Revel
A high productivity, full-stack web framework for the Go language. -
go-socket.io
socket.io library for golang, a realtime application framework. -
go-json-rest
A quick and easy way to setup a RESTful JSON API -
Macaron
Package macaron is a high productive and modular web framework in Go. -
Hertz
Go HTTP framework with high-performance and strong-extensibility for building micro-services. -
Tollbooth
Simple middleware to rate-limit HTTP requests. -
CORS
Go net/http configurable handler to handle CORS requests -
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. -
render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses. -
pat
Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra. -
tigertonic
A Go framework for building JSON web services inspired by Dropwizard -
Goji
Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) -
fasthttprouter
A high performance fasthttp request router that scales well -
Atreugo
High performance and extensible micro web framework. Zero memory allocations in hot paths. -
go-fault
Fault injection library in Go using standard http middleware -
Beego
beego is an open-source, high-performance web framework for the Go programming language. -
go-server-timing
Go (golang) library for creating and consuming HTTP Server-Timing headers -
Gearbox
Gearbox :gear: is a web framework written in Go with a focus on high performance -
golongpoll
golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients :smiley: :coffee: :computer: -
rye
A tiny http middleware for Golang with added handlers for common needs. -
httptreemux
High-speed, flexible tree-based HTTP router for Go.
Access the most powerful time series database as a service
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.