Hacker News new | past | comments | ask | show | jobs | submit login

I've played with it building blogs, forums, polls and everything the web can handle, so yes, let me tell you Go can do it all. Easily.



Like in any language, if you can access a database and print, that's all you need to do web pages:

    func Blog(ctx app.Context) {
        data := models.GetPosts(ctx,10)
        ctx.Render(app.Templates+"blog.html",data)
    }
Deliciously simple.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: