Should I use go http package or learn a go framework for web development?

Should I learn bare bones go http package or learn a web framework like iris,beego etc…

Thanking you.
staymetal.

Yes, learn http and a web framework. But first think about what you want to do.

If you choose to learn a framework, you should not use iris https://www.reddit.com/r/golang/comments/57tmp1/why_you_should_not_use_iris_for_your_go_projects/

Learn any other framework than this.

About your original question, if your intention is to learn then my opinion is to go with net/http before you jump into a framework.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.