Home > Article > Backend Development > What framework does go language have?
The go language frameworks include: 1. Beego, an open source, high-performance web framework; 2. Buffalo, a rapid web development framework; 3. Echo, a high-performance, minimalist framework; 4. Gin, an HTTP web framework ; 5. Iris, a framework with complete MVC functions.
The operating environment of this article: windows10 system, Go 1.11.2, thinkpad t480 computer.
Easy-to-use go language web framework:
Beego: an open source, high-performance web framework in the Go language
Buffalo: a fast web in the Go language Development framework
Echo: A high-performance, minimalist Web framework
Gin: An HTTP Web framework written in Go language. It provides a Martini style API and has better performance.
Iris: Currently the fastest growing Go Web framework. Provides complete MVC functionality and is future-proof.
Revel: A high-productivity, full-stack Go language web framework.
Related recommendations: golang tutorial
The above is the detailed content of What framework does go language have?. For more information, please follow other related articles on the PHP Chinese website!