A
A
Alexander P2019-03-08 00:33:20
go
Alexander P, 2019-03-08 00:33:20

What web framework to use for go?

Faced with the fact that for go there are a lot of web frameworks echo, gin gonic, revel, beego, buffalo, etc. but there is no clear leader. From the requirements - you need a framework for creating complex web projects, something like laravel from the php world.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DmitriyTitov, 2019-04-27
@DmitriyTitov

There is a fairly popular opinion in the industry (and I adhere to it) that there are no really necessary frameworks in Go. Perhaps they simplify something, but in complex projects you will not be alone and, accordingly, everyone will have to learn the framework. At the same time, frameworks (such as in JS) do not have powerful advantages in Go. This applies to any framework, not just the web.
At the same time, I do not call for abandoning various useful external dependency packages. The main thing is that they be narrowly focused and do not change the idiomatic language.

S
Semyon Novikov, 2019-03-13
@semennovikov123

Gin is one of the most popular, in my opinion, and the most convenient. Also, using gin, you can easily find the necessary solutions on the Internet, which is pretty good for a developer;)
But if you need crazy speed, then this is fasthttp , its speed can be compared with the speed of C / C ++
5c893bfd4cd57962370461.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question