chi icon indicating copy to clipboard operation
chi copied to clipboard

Hi all, who's using chi in production?

Open pkieltyka opened this issue 7 years ago • 67 comments

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.

pkieltyka avatar Oct 05 '16 13:10 pkieltyka

Pressly.com is of course using chi :)

pkieltyka avatar Oct 05 '16 13:10 pkieltyka

cc`ing a few contributors and devs I spoke with previously: @cyx @ustrajunior @Vektah @xiam @kanocz @november-eleven @mrcpvn @elithrar @ChrisHines @lxfontes @lwc @abh1nav

if you guys have some feedback please let me know as I prepare a blog post about chi and how to write RESTful services in Go.

pkieltyka avatar Oct 05 '16 13:10 pkieltyka

I'm using it in few project for the moment... only one (very small, https://github.com/kanocz/minisv) is open source and public, but used on about 20 servers :)

kanocz avatar Oct 05 '16 13:10 kanocz

Cloudflare are using it within a helper package that wraps internal JSON REST services.

buro9 avatar Oct 05 '16 14:10 buro9

Heroku is about to use it -- the branch we have is still being tested in a sandbox

cyx avatar Oct 05 '16 16:10 cyx

99designs uses it as a router in front of our app servers.

On 5 Oct. 2016 18:50, "Cyril David" [email protected] wrote:

Heroku is about to use it -- the branch we have is still being tested in a sandbox

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pressly/chi/issues/91#issuecomment-251732124, or mute the thread https://github.com/notifications/unsubscribe-auth/ACJNLkYPj9AFSwkmEkZ6PjjcIWJXH0i5ks5qw9VtgaJpZM4KO0AL .

vektah avatar Oct 05 '16 17:10 vektah

We, Origami Inc., uses it for our new API server(actually, it is not released yet but coming soon).

minoritea avatar Oct 06 '16 06:10 minoritea

IT Jobs Watch uses it for internal applications.

jhngrant avatar Oct 06 '16 08:10 jhngrant

if non-open-source project also "accepted" than we use it for part of REST (and also non-REST) API for https://homebeat.live (HomeBeat.Live GmbH)

kanocz avatar Oct 06 '16 08:10 kanocz

thanks everyone for letting us know :) this is great and makes us want to make chi even better

pkieltyka avatar Oct 06 '16 13:10 pkieltyka

Call levels use it in one of our internal applications. Might plan to use it for our new API server.

zxr90 avatar Oct 07 '16 02:10 zxr90

@pkieltyka CrowdRiff uses it for ~80% of our internal services as well as powering our public API 👍

abh1nav avatar Oct 07 '16 15:10 abh1nav

I'm using chi for a new project, nothing live yet though.

mvdan avatar Oct 20 '16 19:10 mvdan

I'm using on https://github.com/ustrajunior/minion and working on a big refactor that will be using chi through minion.

joseustra avatar Oct 23 '16 13:10 joseustra

pocketmath.com is using chi for some internal apps. keep up the good work!

tors avatar Nov 08 '16 07:11 tors

wondering, if there is somebody using chi in combination with authboss ( https://github.com/go-authboss/authboss ) ?

stefanwuthrich avatar Nov 15 '16 06:11 stefanwuthrich

coldfunction is using chi as the only HTTP router behind nginx, all our code is written in Go.

mgenware avatar Mar 03 '17 08:03 mgenware

QingCloud is using pressly/chi in some of our internal services.

pengsrc avatar Mar 03 '17 08:03 pengsrc

Heroku is using it for our metrics api

On Fri, Mar 3, 2017, 00:15 Aspire [email protected] wrote:

QingCloud http://www.qingcloud.com is using pressly/chi in our internal services.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pressly/chi/issues/91#issuecomment-283893015, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAI0YwT7WnDJZ-TsNKCx2t0tEcldmH4ks5rh8wQgaJpZM4KO0AL .

cyx avatar Mar 04 '17 06:03 cyx

We are using chi for our shop platform & API on https://platform.boxzillaplugin.com. Nothing too crazy, about 80 routes total. Also running behind NGINX.

dannyvankooten avatar Apr 07 '17 09:04 dannyvankooten

We are using at @hellofresh as well cc/ @italolelis

rafaeljesus avatar Jun 27 '17 11:06 rafaeljesus

Janus Gateway is also using it: https://github.com/hellofresh/janus/blob/master/Gopkg.toml#L43 This is the gateway that powers the @hellofresh architecture.

italolelis avatar Jun 27 '17 21:06 italolelis

Betalo is using it for all its backend services.

djui avatar Jul 07 '17 08:07 djui

Example for QOR SDK just moved from Gin to Chi

kifirkin avatar Jul 07 '17 10:07 kifirkin

Autohome Inc. using it for the API server.

shenshouer avatar Aug 01 '17 00:08 shenshouer

Hi. I'm using chi in my web framework https://github.com/alehano/gobootstrap

alehano avatar Aug 10 '17 10:08 alehano

We're using chi at Abot for our website and our back-end dashboard/APIs. https://www.abotlabs.com

egtann avatar Aug 30 '17 16:08 egtann

We are using chi at Justickets in a couple of services.

maknahar avatar Sep 02 '17 06:09 maknahar

@diegobernardes

guiferpa avatar Sep 30 '17 01:09 guiferpa

We are using it at https://www.smsjunk.com

I wrote an article about using Chi here: https://medium.com/smsjunk/an-in-depth-look-at-our-docker-and-ecs-stack-for-golang-b89dfe7cff5c

mcastilho avatar Oct 26 '17 21:10 mcastilho