1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00
2018-12-24 11:31:00 +08:00

9 lines
545 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第5章 go 和 Web
*不管何种编程语言适合自己的就是最好的。不管何种编程语言能稳定实现业务逻辑的就是最好的。世间编程语言千千万世间程序猿万万千能做到深入理解并应用的就是最好的。——kenrong*
本章将会阐述Go在Web开发方面的现状并以几个典型的开源Web框架为例带大家深入Web框架本身的执行流程。
同时会介绍现代企业级Web开发面临的一些问题以及在Go中如何面对并解决这些问题。