Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e529b87

Browse files
authored
Merge pull request avelino#1452 from arthurwhite/patch-1
Add gowww/router
2 parents 33e4cc3 + b7879f1 commit e529b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
13301330
* [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go.
13311331
* [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`.
13321332
* [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`.
1333+
* [gowww/router](https://github.com/gowww/router) - A lightning fast HTTP router fully compatible with the net/http.Handler interface.
13331334
* [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework.
13341335
* [httptreemux](https://github.com/dimfeld/httptreemux) - High-speed, flexible tree-based HTTP router for Go. Inspiration from httprouter.
13351336
* [lars](https://github.com/go-playground/lars) - Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks.

0 commit comments

Comments
 (0)