go-chi / chi

lightweight, idiomatic and composable router for building Go HTTP services
https://go-chi.io
MIT License
17.6k stars 967 forks source link

Hi all, who's using chi in production? #91

Open pkieltyka opened 7 years ago

pkieltyka commented 7 years ago

Hey everyone, I'm curious to hear which companies are using chi in production, if you see this post and use it in your products, please let me know. I'd like to include a list in the README, it's inspiring to hear all the awesome companies using chi and it helps other get comfortable to adopt it with success from others.

stefanwuthrich commented 2 years ago

I use it for API endpoints running my developer job boards (multi-tenant, running all on the same instance): Fullstack Job Board Python Jobs Javascript Jobs Rust Jobs React Jobs and of course: Golang Jobs

darh commented 2 years ago

https://github.com/cortezaproject/corteza-server

unishubh commented 2 years ago

Retailpulse (www.retailpulse.ai) is using it to serve REST and GraphQL endpoints.

stefanwuthrich commented 2 years ago

Use it for the backend of React Jobs

p4u commented 2 years ago

Use it for the blockchain based voting platform https://vocdoni.io (github.com/vocdoni/vocdoni-node)

deshetti commented 2 years ago

Use it extensively at https://factlylabs.com/

gfxlabs commented 1 year ago

we've been using v5 in many of our projects.

publicly, it currently is hosting some more complicated routes/applications at https://analytics.gfx.xyz (https://gfx.cafe/ip/go) and https://etherlands.com, along with a myriad of static sites, ala https://interestprotocol.io. It's been a great experience!

the middleware pattern is easy to teach and incredibly powerful - incredibly grateful for the work and thought put into it.

tdi commented 1 year ago

Hetki.ai uses chi in middleware services that handle voice bots and voice transcribe.

rianby64 commented 1 year ago

mas3.co uses chi in the internal projects. Your project is amazing!

remast commented 1 year ago

I use chi on Google App Engine for https://github.com/Baralga/baralga-app. Running smooth and stable.👍🤩

fathiraz commented 1 year ago

Use it as backend internal API on Indonesia's Crowdfunding Platform https:/kitabisa.com

fabiano-amaral commented 1 year ago

We are using at @stone-payments

maxisam commented 10 months ago

Thanks for the great project, it is used in https://github.com/maxisam/mgob

Kugelschieber commented 4 months ago

We use Chi for the pirsch.io API and website :)

sakthi-lucia0567 commented 2 months ago

Pressly.com

the site is not even live

VojtechVitek commented 2 months ago

https://www.pressly.com was acquired by https://alida.com ;) Chi is still used there in multiple products in production.

Chi is also used by https://sequence.xyz https://sequence.build https://horizon.io https://www.skyweaver.net

SomeSeriousProject commented 1 month ago

Our whole website https://namenumber.net is built on top of it.