Skip to content

nick-codes/routem

Repository files navigation

Routem GoDoc License Build Status Coverage Status

Yet another router for Go.

Routem focuses on integrating context with the routing stack, while providing an easy path from those using legacy non-context aware routes and net/http compatible handlers to routem handlers which take a context.

It is also designed to be a completely abstract API that is bound to an implementation via a HandlerFactory. This allows for multiple backend implementations and experimentation with the actual implementation.

Routem is currently a work in progress.

Releases

No releases published

Packages

No packages published

Languages