routers.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [routers]

www.codever.land/bookmarks/t/routers

alien

https://github.com/gernest/alien

Lightweight and fast http router from outer space.


bellt

https://github.com/GuilhermeCaruso/bellt

A simple Go HTTP router.


Bone

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

Lightning Fast HTTP Multiplexer.


Bxog

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.


chi

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

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


fasthttprouter

https://github.com/buaazp/fasthttprouter

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


FastRouter

https://github.com/razonyang/fastrouter

a fast, flexible HTTP router written in Go.


gocraft/web

https://github.com/gocraft/web

Mux and middleware package in Go.


Goji

https://github.com/goji/goji

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


GoRouter

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.


gowww/router

https://github.com/gowww/router

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


httprouter

https://github.com/julienschmidt/httprouter

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


httptreemux

https://github.com/dimfeld/httptreemux

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


lars

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

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


mux

https://github.com/gorilla/mux

Powerful URL router and dispatcher for golang.


ozzo-routing

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.


pure

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

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


Siesta

https://github.com/VividCortex/siesta

Composable framework to write middleware and handlers.


vestigo

https://github.com/husobee/vestigo

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


violetear

https://github.com/nbari/violetear

Go HTTP router.


xmux

https://github.com/rs/xmux

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


xujiajun/gorouter

https://github.com/xujiajun/gorouter

A simple and fast HTTP router for Go.