U
U
un1t2016-01-06 19:48:54
go
un1t, 2016-01-06 19:48:54

Which web framework for Go should I use?

There are a lot of frameworks, but which one should be used is not clear. Is there some industry standard in Go like Django in python and Rails in ruby, or Express.js in node.js?

Answer the question

In order to leave comments, you need to log in

8 answer(s)
U
uvelichitel, 2016-01-06
@un1t

https://golang.org/pkg/net/http/

D
dblokhin, 2016-01-10
@dblokhin

Try my work https://github.com/dblokhin/go-webapp
Unlike BeeGo it is much simpler and similarly functional. You may not use it, but you will definitely find a lot of useful things in the code.

A
Alexander, 2019-03-06
@akalend

https://revel.github.io/
https://echo.labstack.com/ minimal web framework
TOP 6 frameworks https://blog.usejournal.com/top-6-web-frameworks-f...

V
v- death, 2016-01-06
@vGrabko99

Well, if something Golang already knows everything from the box)) So native Golang))

S
StringNick, 2016-01-21
@StringNick

I use martini, a convenient and express-like framework.

A
Alex, 2017-08-10
@alehano

Lightweight framework with goodies - https://github.com/alehano/gobootstrap

I
Igor Bezlepkin, 2019-11-29
@Bezlepkin

Golang is taken just for its simplicity and speed. there is no point in loading it with frameworks

D
De YURII, 2021-07-21
@Dejurin

aero

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question