Files
the-way-to-go_ZH_CN/eBook/15.0.md
2015-12-08 16:34:58 +08:00

10 lines
526 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.

# 15.0 网络,模板和网页应用
go在编写web应用方面非常得力。因为目前它还没有GUIGraphic User Interface 即图形化用户界面的框架通过文本或者模板展现的html界面是目前go编写应用程序的唯一方式。**译者注实际上在翻译的时候已经有了一些不太成熟的GUI库例如go ui。
## 链接
- [目录](directory.md)
- 上一节:[使用通道channel并发修改对象数据](14.17.md)
- 下一节:[一个Tcp服务器](15.1.md)