Q
Q
qwex2016-03-29 16:12:54
go
qwex, 2016-03-29 16:12:54

Which web framework to choose for GO?

Hello.
Interested in your opinion about web frameworks for GO.
Namely:
1. What framework have you encountered and what experience do you have with it?
2. What are your impressions of it?
3. What tasks did you solve?
4. Which framework, in your opinion, is worth choosing.
Thanks in advance :3

Answer the question

In order to leave comments, you need to log in

6 answer(s)
U
uvelichitel, 2016-03-29
@valerafedorchenko

Read Writing Web Applications Try writing something that works on net/http and encoding/json from the standard library. If not enough, import GorillaToolkit and golang.org/x/net . This is already enough for everything, or at least you will feel what kind of excesses you want.
This, and not searching and mastering other people's abstractions, is the idiomatic way for Go. It won't take more than a week.

E
Eugene, 2016-03-29
@Eugene_H

MACARON!
https://go-macaron.com/

I
Ilya, 2016-03-29
@FireGM

Following the advice of one of the questions asked here, I use gin. But I do only restapi on it and it makes me very happy.

A
Andrey K, 2016-03-29
@mututunus

https://gin-gonic.github.io/gin/

A
Alexey, 2016-03-29
@gentee

Echo https://labstack.com/echo
If you choose, you can see the number of stars on github and how complete the documentation is.
And you can do without frameworks.

V
Vitaly Filinkov, 2016-03-30
@vitfil

It depends on what ... If it's just rest api, I would take any of the ones suggested above. If a simple api, it is possible without a framework (again, as written above). If the site is riveted, then I would take beego. Because I tried it and liked it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question