1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00
2022-01-24 15:50:46 +08:00

9 lines
559 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 中如何面对,并解决这些问题。