Files
build-web-application-with-…/en/eBook/03.5.md
2014-05-10 18:05:31 +08:00

11 lines
479 B
Markdown

# 3.5 Summary
In this chapter, we introduced HTTP, DNS resolution flow and how to build a simple web server. Then we talked about how Go implements web server for us by looking at source code of package `net/http`.
I hope you know much more about web development, and you should see that it's quite easy and flexible to build a web application in Go.
## Links
- [Directory](preface.md)
- Previous section: [Get into http package](03.4.md)
- Next chapter: [User form](04.0.md)