|
|
|
|
|
by commentzorro
3506 days ago
|
|
There are a couple vaguely Rails like frameworks but Go definitely doesn't lend itself to immersing itself into a web framework like that. Overall they tend to be much lighter and sit closer the the Go core language itself. Here's a good list of the major frameworks for Go.
https://github.com/avelino/awesome-go#web-frameworks Also, the complete Awesome Go list is a wonderful resource for browsing some of the best Go libraries out there. |
|