top | item 41053117

Beego: A Full Stack Web Framework for Go

43 points| cgg1 | 1 year ago |github.com

12 comments

order
[+] dzonga|1 year ago|reply
web stuff n even web services is where golang got a lot to catch up to with jvm ecosystem i.e java / kotlin etc in terms of productivity and industrial off-the-shelf stuff.
[+] Oxodao|1 year ago|reply
I'd love to find framework as powerful and as complete as API Platform in PHP in other language but even in java / popular languages for web dev
[+] cgg1|1 year ago|reply
agreed. It's interesting that Go has a lot of the ground work set up (built-in prod server, etc.) but no framework has really taken off. And the dev productivity when compared to something like Django is painfully slow...
[+] reacharavindh|1 year ago|reply
It was interesting to see this in the Readme. > Kindly remind that sometimes the HTTPS certificate is expired, you may get some NOT SECURE warning

I thought let’s encrypt removed all the friction that such worries were a thing of the past. Any reason people still manually do this and worry about it?

[+] tomaszsobota|1 year ago|reply
Let's Encrypt issues DV (domain-validated) certs, some people need OV (organisation-validated) certs. But you're right that Let's Encrypt can cover a vast majority of usecases these days.
[+] p_l|1 year ago|reply
In practice, for production, it's best to leave it out to separate component, especially if you might end up having to run with customer-supplied certs
[+] reverius42|1 year ago|reply
Doesn't it have to run in the browser to be "full stack"? Isn't this just server-side (backend)?
[+] throw_m239339|1 year ago|reply
Ha, the good old days of Go frameworks... Remember Martini drama? Iris drama?

I actually wished the web dev community would have stuck to these petty fights instead of fighting over partisan politics. But things are what they are.

And don't get me started on Go ORM drama...

[+] znpy|1 year ago|reply
> I actually wished the web dev community would have stuck to these petty fights instead of fighting over partisan politics.

I often kinda missed the days where computers weren't cool.

[+] sigmonsays|1 year ago|reply
we all know frameworks are the worst right?

Eventually you end up fighting your framework....

[+] trallnag|1 year ago|reply
Eventually you end up writing your own framework