· 1 min read
Go Web Programming: MVC architecture-based web app
In this article, I want to talk about how to structure your MVC-based app so it's reusable and robust.
In this article, I want to talk about how to structure your MVC-based app so its reusable and robust. Much of the style you are going to see in this article is based on Django (Python web framework).
Let’s start, are we going to use a framework ? No, we are going to use GoLang’s inbuilt net/http
 package at the core in conjunction with some handy tools from Gorilla (web tool kit). Throughout the article I’m also going to talk about the development environment in which we are going to build a tiny post publishing web app.
Read the complete post here: https://medium.com/@pulumati.priyank/go-web-programming-mvc-architecture-based-web-app-73efdb826aa1