• GitHub address: github.com/bonfy/go-me…
  • Go-mega.herokuapp.com

The original

I remember reading Miguel Grinberg’s blog when I was getting started on the Python Web, building the simplest blog step by step by following his tutorials, and then researching Flask’s source code and other Web frameworks myself.

At present, due to work needs, I often use Go to develop Web applications, and I have accumulated some experience and methods, so I want to imitate The Flask Mega-tutorial to write a set of Go Web tutorials.

I try to keep The contents of The book The same as The Flask Mega, but I will cut some of The chapters.

Advantages of Go

Go language to write Web programs or there are many advantages, here is a simple list of a few, you can slowly experience

  • Native NET/HTTP support, which does not need to rely on third-party packages
  • Underlying Goroutine, high concurrency
  • Static language compilation, efficient
  • Special error processing mechanism, basically a successful compilation, few errors after

An overview of the chapter

support

If you find it rewarding, please give me a like on GitHub. Thank you for your support.