Can golang be used to write websites? Well, not only is the development effect good, but the development efficiency is also very high. It is slightly more difficult to get started than dynamic languages, but compared with the later maintenance and system execution efficiency, it is still worth it.
golang framework recommendation
Beego: an open source, high-performance web framework in the Go language
GitHub: https://github.com/ astaxie/beegoOfficial website: https://beego.meBuffalo: A rapid web development framework in Go languageGitHub: https://github.com/ gobuffalo/buffaloOfficial website: https://gobuffalo.ioEcho: A high-performance, minimalist Web frameworkGitHub: https://github.com /labstack/echoOfficial website: https://echo.labstack.comGin: an HTTP Web framework written in Go language. It provides a Martini style API and has better performance. GitHub: https://github.com/gin-gonic/ginOfficial website: https://gin-gonic.github.io/ginIris: Currently the fastest growing Go web framework. Provides complete MVC functionality and is future-proof. GitHub: https://github.com/kataras/irisOfficial website: https://iris-go.comRevel: a high productivity, full stack Go web framework. GitHub: https://github.com/revel/revel Official website: https://revel.github.ioRecommended tutorial: "Go tutorial
"
The above is the detailed content of Can golang write a website?. For more information, please follow other related articles on the PHP Chinese website!