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

8 lines
586 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.10 补充说明
现代的软件工程是离不开Web的广义地来讲Web甚至可以不用非得基于http协议。只要是CS或者BS架构都可以认为是Web系统。
即使是在看起来非常封闭的游戏系统里因为玩家们与日俱增的联机需求也同样会涉及到远程通信这里面也会涉及到很多Web方面的技术。
所以这个时代Web编程是一个程序员所必须接触的知识领域。无论你的目标是成为架构师是去创业或是去当技术顾问。Web方面的知识都会成为你的硬通货。