Best choice for idiomatic HTTP multiplexer

I consider using a HTTP multiplexer for my new project, but I would like to keep it idiomatic, so just default signatures for handlers. Are there more projects to consider except these:

By best I mean performances, community, features, etc. I also found two related articles:

http://www.alexedwards.net/blog/a-mux-showdown

I suggest starting by just using the one built into the standard library, until you have a requirement it cannot fulfil. Then use something that does.

5 Likes

I decided to use go-chi.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.