vardius / gorouter

Go Server/API micro framework, HTTP request router, multiplexer, mux
https://rafallorenz.com/gorouter
MIT License
154 stars 17 forks source link

When to prefer gorouter over httprouter #34

Closed anilmaurya closed 3 years ago

anilmaurya commented 3 years ago

Hi @vardius

Can you help me understand advantages of gorouter over httprouter ?

vardius commented 3 years ago

Hi @anilmaurya gorouter comes with:

anilmaurya commented 3 years ago

Hi @vardius

Thank you for the reply

I think you should add it in Readme or highlight it somewhere.

vardius commented 3 years ago

@anilmaurya it is highlighted on the website https://rafallorenz.com/gorouter/ image

anilmaurya commented 3 years ago

ohh, I missed it.

Thanks for reply.