gin-gonic / gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
https://gin-gonic.com/
MIT License
77.95k stars 7.97k forks source link

Is Go-Gin framework Ready for Enterprise Applications ? #3540

Open prateektiwari7 opened 1 year ago

prateektiwari7 commented 1 year ago

Hi Gin Team,

Thanks for your time to read this issue.

I am new to Go Gin framework. But I appreciate the developer documentation for Gin framework. I loved it

I was reading few articles and some pointed that GIN is used to developed small architecture applications and Gin is not ready for enterprise solutions. Is this true ?

Large scale applications for example uber application, Amazon Prime, Google Maps etc

Thanks

OneCricketeer commented 1 year ago

I worked for a Fortune 500 company that used Gin for managing internal developer platform (thousands of developers making many requests per day), so yes.

But with any answer - it depends on how you use it and what you can make it do.

prateektiwari7 commented 1 year ago

Hi @OneCricketeer thanks for replying

Love to hear if there are any products in market on Enterprise level ?

OneCricketeer commented 1 year ago

I'll defer to this Reddit comment.

https://www.reddit.com/r/golang/comments/127i12y/comment/jeejhfm/?utm_source=share&utm_medium=mweb3x

prateektiwari7 commented 1 year ago

Any other Reference apart from this @OneCricketeer ?

ShikharY10 commented 1 year ago

Here is Stackshare info about gin-gonic