Hacker News new | ask | show | jobs
by anderspetersson 3737 days ago
What's the current state of web frameworks for Go? Is there something similar to Django or Rails out or in development?
1 comments

I can't speak to that, but I have seen a few Sinatra/Express like frameworks. I used Gin [1] for a production project and it held up well under load.

[1] https://gin-gonic.github.io/gin/