Developing Web Servers with Golang — From Simple to Complex
Five years ago, I started developing Gophish, which gave me the opportunity to learn Golang. I realized that Go is a powerful language, enhanced by many libraries. Go is versatile: in particular, it easily allows for the development of server-side applications. This article is dedicated to writing a server in Go. We'll start with simple things, like 'Hello world!', and finish with an application that […]
