T
T
Twindo2015-09-27 12:01:27
go
Twindo, 2015-09-27 12:01:27

What technology stack do you use for high-load Go projects?

What libraries do you use to develop high-load projects in Go?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey K, 2015-09-27
@mututunus

https://gin-gonic.github.io/gin/
https://github.com/Sirupsen/logrus
www.gorillatoolkit.org
https://github.com/onrik/wshub

I
Ilya, 2015-09-27
@FireGM

I don't build highly loaded systems, but it might come in handy.
To cache anything and everything with radish .
To work in the database, most often GORM .
I used validator for validation , but then I figured out reflection and wrote my own validator with... the features I needed.
For Rest I use Go Json Rest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question