github.com/labstack/echo-jwtJWTmiddleware github.com/labstack/echo-contribcasbin,gorilla/sessions,jaegertracing,prometheus,pprof,zipkinmiddlewares Third-party middleware repositories Be careful when adding 3rd party middleware. Echo teams does not have time or manpower to guarantee safety and quality of ...
go.mod Update module github.com/gorilla/mux to v1.8.1 Dec 7, 2023 go.sum Update module github.com/gorilla/mux to v1.8.1 Dec 7, 2023 main.go Use go-assets. Feb 17, 2018 main_non_unix_test.go go fmt ./... Aug 30, 2021 main_test.go Remove log files generated in tests Jun ...
This package just provides a very efficient request router with a few extra features. The router is just ahttp.Handler, you can chain any http.Handler compatible middleware before the router, for example theGorilla handlers. Or you couldjust write your own, it's very easy!
BenchmarkGojiv2_GithubAll 1402 870518 ns/op 352720 B/op 4321 allocs/op BenchmarkGoJsonRest_GithubAll 2976 401507 ns/op 134371 B/op 2737 allocs/op BenchmarkGoRestful_GithubAll 410 2913158 ns/op 910144 B/op 2938 allocs/op BenchmarkGorillaMux_GithubAll 346 3384987 ns/op 251650 B/op 1994...
BenchmarkGoJsonRest_GithubAll 5000 537769 135995 2940 BenchmarkGoRestful_GithubAll 100 18410628 797236 7725 BenchmarkGorillaMux_GithubAll 200 8036360 153137 1791 BenchmarkHttpRouter_GithubAll 20000 63506 13792 167 BenchmarkHttpTreeMux_GithubAll 10000 165927 56112 334 BenchmarkKocha_GithubAll 10000 17136...
A high performance, in memory time series storage engine In the fall of 2015, we published thepaper “Gorilla: A Fast, Scalable, In-Memory Time Series Database”at VLDB 2015. Beringei is the open source representation of the ideas presented in this paper. ...
websocket - Gorilla-based websocket implementation for fasthttp. websocket - Event-based high-performance WebSocket library for zero-allocation websocket servers and clients. fasthttpsession - a fast and powerful session package for fasthttp servers. atreugo - High performance and extensible micro web fram...
BenchmarkGoRestful_GithubAll 300 5238188 689672 4519 BenchmarkGorillaMux_GithubAll 100 10257726 211840 2272 BenchmarkHttpRouter_GithubAll 20000 105414 13792 167 BenchmarkHttpTreeMux_GithubAll 10000 319934 65856 671 BenchmarkKocha_GithubAll 10000 209442 23304 843 BenchmarkLARS_GithubAll 20000 62565 0 ...
go get github.com/lonng/nano # dependencies go get -u github.com/pingcap/check go get -u github.com/pingcap/errors go get -u github.com/urfave/cli go get -u google.golang.org/protobuf/proto go get -u github.com/gorilla/websocket go get -u google.golang.org/grpc...
[![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin) [![codecov](https://codecov.io/gh/gin-gonic/gin/branch/master/graph/badge.svg)](https://codecov.io/gh/gin-gonic/gin) [![Go Report Card](https://goreportcard.com/badge/github.com...