TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chi: Small, fast and expressive router/mux for Go built with net/context

13 pointsby im_darioover 9 years ago

1 comment

im_darioover 9 years ago
I found Chi while exploring trending repositories in Github. I share it because it looks good and it reminded me of my own take on HTTP routing tree with Medeina: <a href="https:&#x2F;&#x2F;github.com&#x2F;imdario&#x2F;medeina" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;imdario&#x2F;medeina</a><p>Although, Medeina is based on httprouter, so it should faster than Chi or at least on par.