Settings

Theme

Beego: A Full Stack Web Framework for Go

github.com

43 points by cgg1 2 years ago · 15 comments

Reader

dzonga 2 years ago

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 2 years ago

    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

  • cgg1OP 2 years ago

    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 2 years ago

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 2 years ago

    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 2 years ago

    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 2 years ago

Doesn't it have to run in the browser to be "full stack"? Isn't this just server-side (backend)?

throw_m239339 2 years ago

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 2 years ago

    > 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 2 years ago

we all know frameworks are the worst right?

Eventually you end up fighting your framework....

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection