7 ms·
So the one you recommend is the one you wrote yourself?
by Matheo05 12y ago
So the one you recommend is the one you wrote yourself?
- JulienSchmidt 12y agoI'd recommend Goji to most users. The one I wrote has better performance, but also less features.
- elithrar 12y agoGoji does very well given it includes a request context implementation as well. I've been porting over an existing net/http + gorilla/mux app and like its design.
- voidlogic 12y agoI use the standard one for quick/low performance, things, but Julien's HttpRouter for high performance needs. I've never needed any of the advanced features that the other routers provide- but do care very much about performance.
- deepakprakash 12y agoSlightly off topic: Would httprouter + negroni be a reasonable replacement for Goji?
- gorhill 12y agoI don't mind someone recommending their own work when the rationale is backed by hard data.