Introduction

A web application framework is a must whenever we are developing an application because it significantly speeds up and simplifies our work by eliminating the need to write a lot of repetitive code and providing features such as models, APIs, and other elements. Using an application framework, we can enjoy the perks of its architecture pattern and boost the development of an application.

A popular type of web application framework is Model-View-Controller (MVC) and there are many MVC frameworks available for Go, such as Revel, Utron, and Beego.

In this chapter, we will learn about Beego, which is one of the most popular and commonly used web MVC frameworks. We will start with creating the project and then move on to creating controllers, ...

Get Go Web Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.