Skip to content

Latest commit

 

History

History
158 lines (135 loc) · 7.94 KB

routers.md

File metadata and controls

158 lines (135 loc) · 7.94 KB

Bookmarks tagged [routers]

https://github.com/gernest/alien

Lightweight and fast http router from outer space.


https://github.com/GuilhermeCaruso/bellt

A simple Go HTTP router.


https://github.com/go-zoo/bone

Lightning Fast HTTP Multiplexer.


https://github.com/claygod/Bxog

Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters.


https://github.com/go-chi/chi

Small, fast and expressive HTTP router built on net/context.


https://github.com/buaazp/fasthttprouter

High performance router forked from httprouter. The first router fit for fasthttp.


https://github.com/razonyang/fastrouter

a fast, flexible HTTP router written in Go.


https://github.com/gocraft/web

Mux and middleware package in Go.


https://github.com/goji/goji

Goji is a minimalistic and flexible HTTP request multiplexer with support for net/context.


https://github.com/vardius/gorouter

GoRouter is a Server/API micro framwework, HTTP request router, multiplexer, mux that provides request router with middleware supporting net/context.


https://github.com/gowww/router

Lightning fast HTTP router fully compatible with the net/http.Handler interface.


https://github.com/julienschmidt/httprouter

High performance router. Use this and the standard http handlers to form a very high performance web framework.


https://github.com/dimfeld/httptreemux

High-speed, flexible tree-based HTTP router for Go. Inspiration from httprouter.


https://github.com/go-playground/lars

Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks.


https://github.com/gorilla/mux

Powerful URL router and dispatcher for golang.


https://github.com/go-ozzo/ozzo-routing

An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs.


https://github.com/go-playground/pure

Is a lightweight HTTP router that sticks to the std "net/http" implementation.


https://github.com/VividCortex/siesta

Composable framework to write middleware and handlers.


https://github.com/husobee/vestigo

Performant, stand-alone, HTTP compliant URL Router for go web applications.


https://github.com/nbari/violetear

Go HTTP router.


https://github.com/rs/xmux

High performance muxer based on httprouter with net/context support.


https://github.com/xujiajun/gorouter

A simple and fast HTTP router for Go.