Popularity
5.9
Stable
Activity
0.0
Stable
250
28
46
Description
CleverGo is a lightweight, feature rich and trie based high performance HTTP request router.
Programming language: Go
License: MIT License
Latest version: v1.12.2
CleverGo Web Framework alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view CleverGo Web Framework alternatives based on common mentions on social networks and blogs.
-
Gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices. -
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 -
goshs
Feature-rich single-binary file server for red teamers and developers. HTTP/S · WebDAV · FTP/SFTP · SMB · LDAP/S · NTLM hash capture · DNS/SMTP callbacks · TLS · Auth · Share links. A powerful python3 -m http.server replacement.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of CleverGo Web Framework or a related project?
README
CleverGo
CleverGo is a lightweight, feature rich and trie based high performance HTTP request router.
go get -u clevergo.tech/clevergo
Features
- Full features of HTTP router.
- High Performance: extremely fast, see Benchmark.
- Gradual learning curve: you can learn the entire usages by going through the documentation in half an hour.
- Reverse Route Generation: allow generating URLs by named route or matched route.
- Route Group: as known as subrouter.
- Friendly to APIs: it is easy to design RESTful APIs and versioning your APIs by route group.
- Middleware: plug middleware in route group or particular route, supports global middleware as well. Compatible with most of third-party middleware.
- Logger: a generic logger interface, supports zap and logrus. Logger can be used in middleware or handler.
- ...
Examples
Checkout example for details.
Contribute
Contributions are welcome.
- Star it and spread the package.
- File an issue to ask questions, request features or report bugs.
- Fork and make a pull request.
- Improve documentations.
Credit
See [CREDIT.md](CREDIT.md).
